Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #873 from Cracert/i18n
[function help] In strpos() needle is string, not number
  • Loading branch information
jef-n committed Sep 5, 2013
2 parents dcc9b2a + cf6ad67 commit b6484b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/strpos
Expand Up @@ -9,7 +9,7 @@ Returns -1 if the expression isn't found.
<p><h4>Arguments</h4>
<!-- List args for functions here-->
<i> haystack</i> &rarr; is string. The string that is to be searched.<br>
<i> needle</i> &rarr; is number. The regular expression to look for.<br>
<i> needle</i> &rarr; is string. The regular expression to look for.<br>

<h4>Example</h4>
<!-- Show example of function.-->
Expand Down

0 comments on commit b6484b9

Please sign in to comment.