aboutsummaryrefslogtreecommitdiff
path: root/spec/STYLE.md
diff options
context:
space:
mode:
authorJim Newsome <jnewsome@torproject.org>2023-11-09 11:11:47 -0600
committerJim Newsome <jnewsome@torproject.org>2023-11-09 18:45:20 -0600
commit16b82bed5a8b1f520bad8e3aa69e25e69809d1fe (patch)
tree32319e353aff8c548476cef8f2df9268e3ffc8db /spec/STYLE.md
parent865a95d684f22f05a0b28f5268b32ce27f17eb54 (diff)
downloadtorspec-16b82bed5a8b1f520bad8e3aa69e25e69809d1fe.tar.gz
torspec-16b82bed5a8b1f520bad8e3aa69e25e69809d1fe.zip
Remove unnecessary brackets
Diffstat (limited to 'spec/STYLE.md')
-rw-r--r--spec/STYLE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/STYLE.md b/spec/STYLE.md
index 102b786..74388c3 100644
--- a/spec/STYLE.md
+++ b/spec/STYLE.md
@@ -133,7 +133,7 @@ for more information about how.)
If you want to link to a specific section within a file,
make sure that the section has a defined anchor that makes sense.
-The syntax to define [heading ids] in mdbook looks like this:
+The syntax to define heading ids in mdbook looks like this:
`## Heading with a long title that you want shorter name for { #shortname }`