Merge pull request #130 from maximebochon/patch-1
fix typo in README: varables -> variables
This commit is contained in:
@@ -501,7 +501,7 @@ Standards Mode
|
|||||||
--------------
|
--------------
|
||||||
|
|
||||||
The more intrusive of these extensions, specifically the searching of parent contexts and the use
|
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
|
```java
|
||||||
Map<String,String> ctx = new HashMap<String,String>();
|
Map<String,String> ctx = new HashMap<String,String>();
|
||||||
|
|||||||
Reference in New Issue
Block a user