Add FreeBSD as identifier not needing ticks
For the doc-markdown lint.
This commit is contained in:
parent
dd0246813f
commit
0d3f289b66
2 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ define_Conf! {
|
|||
"WebGL",
|
||||
"TensorFlow",
|
||||
"TrueType",
|
||||
"iOS", "macOS",
|
||||
"iOS", "macOS", "FreeBSD",
|
||||
"TeX", "LaTeX", "BibTeX", "BibLaTeX",
|
||||
"MinGW",
|
||||
"CamelCase",
|
||||
|
|
|
@ -64,7 +64,7 @@ fn test_units() {
|
|||
/// WebGL
|
||||
/// TensorFlow
|
||||
/// TrueType
|
||||
/// iOS macOS
|
||||
/// iOS macOS FreeBSD
|
||||
/// TeX LaTeX BibTeX BibLaTeX
|
||||
/// MinGW
|
||||
/// CamelCase (see also #2395)
|
||||
|
|
Loading…
Add table
Reference in a new issue