Skip to content

Commit 7983f42

Browse files
authored
Merge pull request rescript-lang#413 from a-c-sreedhar-reddy/patch-1
remove `:`
2 parents a3497c0 + 0dbe79b commit 7983f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/object.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ var age = me["age"];
106106

107107
## Update
108108

109-
Disallowed unless the object is a binding that comes from the JavaScript side. In that case, use `=`:
109+
Disallowed unless the object is a binding that comes from the JavaScript side. In that case, use `=`
110110

111111
<CodeTab labels={["ReScript", "JS Output"]}>
112112

0 commit comments

Comments
 (0)