mirror of
				https://github.com/janet-lang/janet
				synced 2025-11-04 09:33:02 +00:00 
			
		
		
		
	Fix typo in doc
This commit is contained in:
		@@ -573,7 +573,7 @@ static const JanetReg string_cfuns[] = {
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "string/find-all", cfun_string_findall,
 | 
			
		||||
        JDOC("(string/find patt str)\n\n"
 | 
			
		||||
        JDOC("(string/find-all patt str)\n\n"
 | 
			
		||||
             "Searches for all instances of pattern patt in string "
 | 
			
		||||
             "str. Returns an array of all indices of found patterns. Overlapping "
 | 
			
		||||
             "instances of the pattern are not counted, meaning a byte in string "
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user