Explorar o código

Fix minor grammatical error in docs (#3537)

Use "an" instead of "a" when the following word starts with a vowel
sound.
Nicolas Gonzalez %!s(int64=2) %!d(string=hai) anos
pai
achega
b659f2d9c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/guides/glossary.md

+ 1 - 1
docs/guides/glossary.md

@@ -34,7 +34,7 @@ only one identifier needed.
 
 ## namespace
 
-A _namespace_ is a entity that contains entities, and may be nested. For
+A _namespace_ is an entity that contains entities, and may be nested. For
 example, given a name path of `Geometry.Circle`, `Geometry` is a namespace
 containing `Circle`.