Skip to content

Commit 6e3a863

Browse files
committed
Use ligatures in less-than-equal-to
1 parent 6273a9f commit 6e3a863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2017-01-04-choosing-the-correct-average.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ then it is 93.
145145

146146
However, if we were to make our own silos of data points, we can begin looking
147147
at finding a mode: instead of representing each data point individually, we put
148-
in into a pre-defined bin, e.g. <=60s, >60s, <=90s, etc. Now our data isn’t
148+
in into a pre-defined bin, e.g. 60s, >60s, 90s, etc. Now our data isn’t
149149
whatever-it-ends-up-being, it’s actually inside a category we’re already aware
150150
of.
151151

0 commit comments

Comments
 (0)