michael пре 21 година
родитељ
комит
ed49f68542
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/strings.xml

+ 1 - 1
docs/strings.xml

@@ -36,7 +36,7 @@ platforms.
 <short>Allocate memory for a new null-terminated string on the heap</short>
 <descr>
 <var>StrAlloc</var> reserves memory on the heap for a string with length <var>Len</var>,
-terminating <var>\#0</var> included, and returns a pointer to it.
+terminating <var>#0</var> included, and returns a pointer to it.
 </descr>
 <errors>
 If there is not enough memory, a run-time error occurs.