docs: fix lil wording thing

This commit is contained in:
Yoshua Wuyts
2016-05-22 02:17:05 +09:00
parent 80bd889c24
commit 6feeb1bd42
+1 -1
View File
@@ -236,7 +236,7 @@ are disabled. That means you need to know what the state of your application is
going to be _before_ you render it - no cheating! going to be _before_ you render it - no cheating!
Secondly, the `send()` method inside `router` and `view` has been disabled. If Secondly, the `send()` method inside `router` and `view` has been disabled. If
you call it your program will crash (give it a try, just to see!) you call it your program will crash.
Disabling all these things means that your program will render [`O(n)`][big-o] Disabling all these things means that your program will render [`O(n)`][big-o]
(computer science speak for "constant time"), which is super neat. Off to (computer science speak for "constant time"), which is super neat. Off to