From b2a87a08cdb38f956b6336760458f7dc759c2f8d Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 24 Aug 2018 09:34:33 +0000 Subject: [PATCH] Correct regexp to match annotations ([a-ZA-Z] should be [a-zA-Z]) --- docs/whitedoc/michelson.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whitedoc/michelson.rst b/docs/whitedoc/michelson.rst index bac8184cd..412316722 100644 --- a/docs/whitedoc/michelson.rst +++ b/docs/whitedoc/michelson.rst @@ -2260,7 +2260,7 @@ Syntax Primitive applications can receive one or many annotations. An annotation is a sequence of characters that matches the regular -expression ``[@:%](|@|%|%%|[_a-ZA-Z][_0-9a-zA-Z\.]*)``. They come after +expression ``[@:%](|@|%|%%|[_a-zA-Z][_0-9a-zA-Z\.]*)``. They come after the primitive name and before its potential arguments. ::