This commit is contained in:
Salim B
2023-10-25 19:51:24 +02:00
committed by GitHub
parent 0d62feed52
commit 11ce3a59c2
+1 -1
View File
@@ -94,7 +94,7 @@ Metadata at the beginning of each content page, separated from the content by fo
### identifier
An string that represents a variable, method, object, or field. It must conform to Go's [language specification](https://go.dev/ref/spec#Identifiers), beginning with a letter or underscore, followed by zero or more letters, digits, or underscores.
A string that represents a variable, method, object, or field. It must conform to Go's [language specification](https://go.dev/ref/spec#Identifiers), beginning with a letter or underscore, followed by zero or more letters, digits, or underscores.
### int