We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c423bb6 commit 90e43d9Copy full SHA for 90e43d9
doc/architectural/data-structures-core-structures-and-ast.md
@@ -27,8 +27,8 @@ See documentation at \ref irept.
27
As that documentation says, `irept`s are generic tree nodes. You should
28
think of them as having a single string (data, actually an `irep_idt`) and
29
lots of child nodes, some of which are numbered (sub) and some of which are
30
-labelled, and the label can either start with a “#” (comments-sub) or without
31
-one (named-sub). The meaning of the “#” is that this child should not be
+labelled, and the label can either start with a “\#” (comments-sub) or without
+one (named-sub). The meaning of the “\#” is that this child should not be
32
considered important, for example it shouldn’t be counted when comparing two
33
`irept`s for equality.
34
0 commit comments