fix typo: varables -> variables

This commit is contained in:
Maxime BOCHON
2022-02-10 17:26:52 +01:00
committed by GitHub
parent fae687be95
commit 1fcd6af9d9
+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 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>();