From 870dfe8a9d753cb2d7b7ad6f2f99290874db8a64 Mon Sep 17 00:00:00 2001 From: gluaxspeed Date: Tue, 26 Oct 2021 09:09:47 -0700 Subject: [PATCH] fix typo --- docs/rfc/011-scalar-type-accesses-and-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfc/011-scalar-type-accesses-and-methods.md b/docs/rfc/011-scalar-type-accesses-and-methods.md index a10d7e9106..ad51767209 100644 --- a/docs/rfc/011-scalar-type-accesses-and-methods.md +++ b/docs/rfc/011-scalar-type-accesses-and-methods.md @@ -49,7 +49,7 @@ postfix-expression = primary-expression ; Also need to add a new static member variable declaration rule to allow for static constant members. member-constant-declaration = %s"static" %s"const" identifier ":" type = literal ";" -; We then need to modify the circuit declartion rule. +; We then need to modify the circuit declaration rule. circuit-declaration = %s"circuit" identifier "{" *member-constant-declaration [ member-variable-declarations ]