From 1fcd6af9d9f74d148780545cbf2da7bcc64fe215 Mon Sep 17 00:00:00 2001 From: Maxime BOCHON Date: Thu, 10 Feb 2022 17:26:52 +0100 Subject: [PATCH] fix typo: varables -> variables --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af1af3c..ab36971 100644 --- a/README.md +++ b/README.md @@ -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 ctx = new HashMap();