Skip to content

Commit e236eb2

Browse files
authored
doc(metaprogramming): fix opening `
1 parent 4dd0a3d commit e236eb2

File tree

1 file changed

+1
-1
lines changed
  • docs/docs/reference/metaprogramming

1 file changed

+1
-1
lines changed

docs/docs/reference/metaprogramming/toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ introduce the following fundamental facilities:
3535
representation of code. They can be parameterized and composed using
3636
splices but their structure cannot be analyzed from the outside. Tasty
3737
reflection gives a way to analyze code structure by partly revealing the representation type of a piece of code in a standard API. The representation
38-
type is a form of typed abstract syntax tree, which gives rise to the "TASTy`
38+
type is a form of typed abstract syntax tree, which gives rise to the `TASTy`
3939
moniker.
4040

4141
5. [TASTy Inspection](./tasty-inspect.md) Typed abstract syntax trees are serialized

0 commit comments

Comments
 (0)