mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
typo: mult-dot => multi-dot
This commit is contained in:
@@ -14,7 +14,7 @@ if require.extensions
|
||||
for ext in CoffeeScript.FILE_EXTENSIONS
|
||||
require.extensions[ext] = loadFile
|
||||
|
||||
# Patch Node's module loader to be able to handle mult-dot extensions.
|
||||
# Patch Node's module loader to be able to handle multi-dot extensions.
|
||||
# This is a horrible thing that should not be required. Perhaps, one day,
|
||||
# when a truly benevolent dictator comes to rule over the Republik of Node,
|
||||
# it won't be.
|
||||
|
||||
Reference in New Issue
Block a user