Corrected a missing percent sign in format docs, in support of https://github.com/Unidata/netcdf-c/issues/1609

This commit is contained in:
Ward Fisher 2020-01-28 13:40:24 -07:00
parent d0992cce4d
commit 18dd60f857

View File

@ -70,7 +70,7 @@ the intent of elements of the format.
// special2 chars are recently permitted in
// names (and require escaping in CDL).
// Note: '/' is not permitted.
special2 = ' ' | '!' | '"' | '#' | '$' | '%' | '&' | '\'' |
special2 = ' ' | '!' | '"' | '#' | '$' | '\%' | '&' | '\'' |
'(' | ')' | '*' | ',' | ':' | ';' | '<' | '=' |
'>' | '?' | '[' | '\\' | ']' | '^' | '`' | '{' |
'|' | '}' | '~'