Skip to content
Snippets Groups Projects
Commit d17fa1eb authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

typos fixed

Rev: doc/builtin/replace:1.4
parent 14d42ea4
Branches
Tags
No related merge requests found
...@@ -17,7 +17,7 @@ DESCRIPTION ...@@ -17,7 +17,7 @@ DESCRIPTION
string replace(string s, string from, string to); string replace(string s, string from, string to);
When given strings as second and third argument, a copy of When given strings as second and third argument, a copy of
s with every occurance of 'from' return 'to'. s with every occurance of 'from' return 'to' is returned.
string replace(string s, string *from, string *to); string replace(string s, string *from, string *to);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment