Skip to content

Commit 13e0158

Browse files
andreidobrinskibevacqua
authored andcommitted
update sentence syntax (mjavascript#69)
* update sentence syntax * fix breaking link
1 parent 6b0b231 commit 13e0158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch03.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ ____
884884

885885
=== Decorators
886886

887-
Decorators are, ((("Decorators", id="dec3")))as most things programming, definitely not a new concept. The pattern is fairly commonplace in modern programming languages: you have _attributes_ in C#, they're called _annotations_ in Java, there are _decorators_ in Python, and the list goes on. There's a JavaScript decorators proposalpass:[<span data-type="footnote" id="decorators">You can find the proposal draft online at <a href="https://mjavascript.com/out/decorators">GitHub</a>.</span>] in the works. It is currently sitting at stage 2 of the TC39 process.
887+
Decorators are, ((("Decorators", id="dec3")))as most things programming, definitely not a new concept. The pattern is fairly commonplace in modern programming languages: you have _attributes_ in C#, they're called _annotations_ in Java, there are _decorators_ in Python, and the list goes on. There's a JavaScript decorators proposalpass:[<span data-type="footnote" id="decorators"> in the works and you can find the draft online at <a href="https://mjavascript.com/out/decorators">GitHub</a>.</span>] It is currently sitting at stage 2 of the TC39 process.
888888

889889
==== A Primer on JavaScript Decorators
890890

0 commit comments

Comments
 (0)