mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Remove extra closing paren.
This commit is contained in:
		| @@ -653,7 +653,7 @@ static void make_apply(JanetTable *env) { | ||||
|                          "be an array-like. Each element in this last argument is then also pushed as an argument to " | ||||
|                          "f. For example:\n\n" | ||||
|                          "\t(apply + 1000 (range 10))\n\n" | ||||
|                          "sums the first 10 integers and 1000.)")); | ||||
|                          "sums the first 10 integers and 1000.")); | ||||
| } | ||||
|  | ||||
| static const uint32_t error_asm[] = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose