Skip to content

Commit 9c260fa

Browse files
committed
make the connection between backticks and markdown explicit
1 parent 8fa6f5f commit 9c260fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

posts/2021/12/error-message-style-guides.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. title: Error Message Style Guides of Various Languages
22
.. slug: error-message-style-guides
3-
.. date: 2021-12-10 16:00:00 UTC
3+
.. date: 2021-12-06 10:00:00 UTC
44
.. tags:
55
.. category:
66
.. link:
@@ -74,7 +74,8 @@ authoritative voice of the tool."
7474
Formatting and Source Positions
7575
-------------------------------
7676

77-
The Rust guide suggests to put all identifiers into backticks, Flow formats the error messages using full Markdown.
77+
The Rust guide suggests to put all identifiers into backticks (like in
78+
Markdown), Flow formats the error messages using full Markdown.
7879

7980
The Clang, Flow and Rust guides point out the importance of using precise
8081
source code spans to point to errors, which is especially important if the

0 commit comments

Comments
 (0)