diff --git a/en/02.2.md b/en/02.2.md index c289d2ca..b48ed22a 100644 --- a/en/02.2.md +++ b/en/02.2.md @@ -157,7 +157,7 @@ What if I want to have a multiple-line string? m := `hello world` -`` ` will not escape any characters in a string. +``` ` ``` will not escape any characters in a string. ### Error types