We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5124d commit 14a1487Copy full SHA for 14a1487
src/core/modules/memory/memory_wrap.cpp
@@ -229,7 +229,7 @@ void export_pointer(scope _memory)
229
230
.def("set_string_pointer",
231
&CPointer::SetStringPointer,
232
- "Sets the value at the given memory location. This string object must be deallocated by the user. Returns the string object.",
+ "Sets the value at the given memory location. Returns the string object. This string object must be deallocated by the user.",
233
("value", arg( "offset")=0),
234
manage_new_object_policy()
235
)
0 commit comments