X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=blog%2F2014-09-29-say-on2.md;h=10b21198e60bf88a7fe1f0c58ea81f8221a53f3d;hb=40a23f7b31f66e154128ca5cd59ff54221035a3b;hp=34b769c4dd3d5e5b877a94e3a7e44454af988e92;hpb=d0a5b73d2a275bfff5957961f2360df8966bee22;p=iankelling.org diff --git a/blog/2014-09-29-say-on2.md b/blog/2014-09-29-say-on2.md index 34b769c..10b2119 100644 --- a/blog/2014-09-29-say-on2.md +++ b/blog/2014-09-29-say-on2.md @@ -176,7 +176,7 @@ On2 = bnf_expand([O, of, ["n squared"]], [['quadratic'], O], print On2 ~~~ -The result is 92 terms which can work the same in a conversation (unless your votes/comments say otherwise). And that doesn't even consider whether to say someting _is_ O(n²), _has_ O(n²), or _is of_ O(n²). +The result is 92 terms which can work the same in a conversation (unless your votes/comments say otherwise). And that doesn't even consider whether to say something _is_ O(n²), _has_ O(n²), or _is of_ O(n²). The list is a bit long, so I put them in javascript and made some buttons.