We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d27904 commit 8329127Copy full SHA for 8329127
izer/assets.py
@@ -282,7 +282,7 @@ class MakefileMapping(MutableMapping):
282
'SRCS +=', etc. is done "on the fly" through this mapping object.
283
284
The key:value rules are as follows:
285
- * The key is lowercase, and any '.' is replaced is '_'. (revelant for JSON parsing)
+ * The key is lowercase, and any '.' is replaced is '_'. (relevant for JSON parsing)
286
287
* The value is a tuple with 2 items:
288
* index 0: The template string
0 commit comments