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",
|
"WebGL",
|
||||||
"TensorFlow",
|
"TensorFlow",
|
||||||
"TrueType",
|
"TrueType",
|
||||||
"iOS", "macOS",
|
"iOS", "macOS", "FreeBSD",
|
||||||
"TeX", "LaTeX", "BibTeX", "BibLaTeX",
|
"TeX", "LaTeX", "BibTeX", "BibLaTeX",
|
||||||
"MinGW",
|
"MinGW",
|
||||||
"CamelCase",
|
"CamelCase",
|
||||||
|
|
|
@ -64,7 +64,7 @@ fn test_units() {
|
||||||
/// WebGL
|
/// WebGL
|
||||||
/// TensorFlow
|
/// TensorFlow
|
||||||
/// TrueType
|
/// TrueType
|
||||||
/// iOS macOS
|
/// iOS macOS FreeBSD
|
||||||
/// TeX LaTeX BibTeX BibLaTeX
|
/// TeX LaTeX BibTeX BibLaTeX
|
||||||
/// MinGW
|
/// MinGW
|
||||||
/// CamelCase (see also #2395)
|
/// CamelCase (see also #2395)
|
||||||
|
|
Loading…
Add table
Reference in a new issue