Skip to content

Commit d8b25df

Browse files
committed
Fix Latex build errors for pr/1858
1 parent ad72ec9 commit d8b25df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/ddoc.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ Identifiers in documentation comments that are function parameters or are
546546
names that are in scope at the associated declaration are emphasized in
547547
the output.
548548
This emphasis can take the form of italics, boldface, a hyperlink, etc.
549-
How it is emphasized depends on what it is — a function parameter, type,
549+
How it is emphasized depends on what it is $(MDASH) a function parameter, type,
550550
D keyword, etc.
551551
To prevent unintended emphasis of an identifier, it can be preceded by
552552
an underscore ($(UNDERSCORE)). The underscore will be stripped from the output.
@@ -557,7 +557,7 @@ $(H3 $(LNAME2 urls, URLs))
557557
$(P
558558
URLs are sequences of characters starting with 'http://' or 'https://',
559559
continue with one or more characters from the set of letters, digits and
560-
'-_?=%&/+#~.', and contain at least one '.'.
560+
`-_?=%&/+#~.`, and contain at least one `.`.
561561
URL recognition happens before all macro text substitution.
562562
The URL is wrapped with a `$(DOLLAR)(LINK)` macro.
563563
The $(LINK2 #emphasis, underscore prefix processing) is not done for URL text.

0 commit comments

Comments
 (0)