From 647d4881473afb6af3968032ad9b9f01e4254581 Mon Sep 17 00:00:00 2001 From: David Majda Date: Fri, 23 Sep 2016 06:20:08 +0200 Subject: [PATCH] JSON example: Fix link to RFC 4234. --- examples/json.pegjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/json.pegjs b/examples/json.pegjs index e77ac80..374768b 100644 --- a/examples/json.pegjs +++ b/examples/json.pegjs @@ -145,6 +145,6 @@ unescaped // ----- Core ABNF Rules ----- -// See RFC 4234, Appendix B (http://tools.ietf.org/html/rfc4627). +// See RFC 4234, Appendix B (http://tools.ietf.org/html/rfc4234). DIGIT = [0-9] HEXDIG = [0-9a-f]i