We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7954596 commit edd9de7Copy full SHA for edd9de7
locale/en/about/index.md
@@ -41,7 +41,7 @@ If some of this language is unfamiliar, there is a full article on
41
42
Node is similar in design to, and influenced by, systems like Ruby's
43
[Event Machine][] or Python's [Twisted][]. Node takes the event model a bit
44
-further, it presents an [event loop][] as a runtime construct instead of as a library. In other systems there is always a blocking call to start the
+further. It presents an [event loop][] as a runtime construct instead of as a library. In other systems there is always a blocking call to start the
45
event-loop.
46
Typically behavior is defined through callbacks at the beginning of a script
47
and at the end starts a server through a blocking call like
0 commit comments