Browse Source

[Swift] update Readme

Jan Wittler 4 years ago
parent
commit
37dcfca09e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      languages/swift/README.md

+ 2 - 2
languages/swift/README.md

@@ -21,5 +21,5 @@ To use the Swift frontend, add the `-l swift` flag in the CLI, or use a `JPlagOp
 <br>
 
 #### Footnotes
-<section id="footnote-1"><sup>1 </sup>The grammar files are taken from grammar-v4, with the most recent modification in <a href="https://github.com/antlr/grammars-v4/tree/8a9c082e086e78e62708d5130e8bcf44954e0ddc/swift/swift5">commit 2f6c19c</a> from Sep 2022.
-They received some minor modifications to support identifying the end of do-blocks and a fix for implicit getters.</section>
+<section id="footnote-1"><sup>1 </sup>The grammar files are taken from grammar-v4, with the most recent modification in <a href="https://github.com/antlr/grammars-v4/tree/d9af329091f9888ffde70aa5cfe84f583b98751a/swift/swift5">commit d9af329</a> from Sep 2022.
+They received some minor modifications to support identifying the end of do-blocks.</section>