Skip to content

Commit 531115e

Browse files
committed
Fix closing P
1 parent f06d177 commit 531115e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/function.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3198,7 +3198,7 @@ $(H4 $(LNAME2 method-delegates, Method Delegates))
31983198
Both forms of delegates are indistinguishable, and are
31993199
the same type.
32003200
)
3201-
$(P A delegate can be set to a particular object and method using `&obj.method`:
3201+
$(P A delegate can be set to a particular object and method using `&obj.method`:)
32023202

32033203
$(SPEC_RUNNABLE_EXAMPLE_RUN
32043204
------

0 commit comments

Comments
 (0)