mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Fix typo in comment.
This commit is contained in:
		| @@ -1588,7 +1588,7 @@ | |||||||
|   on Windows is C:/Janet/Library." |   on Windows is C:/Janet/Library." | ||||||
|   (or (process/opts "JANET_PATH") "")) |   (or (process/opts "JANET_PATH") "")) | ||||||
|  |  | ||||||
| # Version of fexisst that works even with a reduced OS | # Version of fexists that works even with a reduced OS | ||||||
| (if-let [has-stat (_env 'os/stat)] | (if-let [has-stat (_env 'os/stat)] | ||||||
|   (let [stat (has-stat :value)] |   (let [stat (has-stat :value)] | ||||||
|     (defglobal "fexists" (fn fexists [path] (= :file (stat path :mode))))) |     (defglobal "fexists" (fn fexists [path] (= :file (stat path :mode))))) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose