Skip to content

Commit 14a1487

Browse files
committed
Modified the description of SetStringPointer.
1 parent 3a5124d commit 14a1487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/core/modules/memory/memory_wrap.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ void export_pointer(scope _memory)
229229

230230
.def("set_string_pointer",
231231
&CPointer::SetStringPointer,
232-
"Sets the value at the given memory location. This string object must be deallocated by the user. Returns the string object.",
232+
"Sets the value at the given memory location. Returns the string object. This string object must be deallocated by the user.",
233233
("value", arg( "offset")=0),
234234
manage_new_object_policy()
235235
)

0 commit comments

Comments
 (0)