mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Merge pull request #1414 from MaxGyver83/master
Fix documentation of peg/replace
This commit is contained in:
		| @@ -1865,7 +1865,7 @@ JANET_CORE_FN(cfun_peg_replace_all, | |||||||
| } | } | ||||||
|  |  | ||||||
| JANET_CORE_FN(cfun_peg_replace, | JANET_CORE_FN(cfun_peg_replace, | ||||||
|               "(peg/replace peg repl text &opt start & args)", |               "(peg/replace peg subst text &opt start & args)", | ||||||
|               "Replace first match of `peg` in `text` with `subst`, returning a new buffer. " |               "Replace first match of `peg` in `text` with `subst`, returning a new buffer. " | ||||||
|               "The peg does not need to make captures to do replacement. " |               "The peg does not need to make captures to do replacement. " | ||||||
|               "If `subst` is a function, it will be called with the " |               "If `subst` is a function, it will be called with the " | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose