Merge pull request #130 from maximebochon/patch-1

fix typo in README: varables -> variables
This commit is contained in:
Michael Bayne
2022-02-11 10:49:46 -08:00
committed by GitHub
+1 -1
View File
@@ -501,7 +501,7 @@ Standards Mode
--------------
The more intrusive of these extensions, specifically the searching of parent contexts and the use
of compound varables, can be disabled when creating a compiler, like so:
of compound variables, can be disabled when creating a compiler, like so:
```java
Map<String,String> ctx = new HashMap<String,String>();