Skip to content

Commit bc3194a

Browse files
ntreldlang-bot
authored andcommitted
[trivial] Tweak 2 implementation notes' formatting
1 parent 940e78d commit bc3194a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/arrays.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ void main()
902902
---------
903903
)
904904

905-
$(P $(D Implementation Note:) Compilers should attempt to detect
905+
$(P $(B Implementation Note:) Compilers should attempt to detect
906906
array bounds errors at compile time, for example:
907907
)
908908

spec/attribute.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ $(GNAME DeprecatedAttribute):
397397
---------------
398398
)
399399

400-
$(P $(D Implementation Note:) The compiler should have a switch
400+
$(P $(B Implementation Note:) The compiler should have a switch
401401
specifying if $(D deprecated) should be ignored, cause a warning, or cause an error during compilation.
402402
)
403403

0 commit comments

Comments
 (0)