Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit ea62fa5

Browse files
author
Brian Picciano
committed
fix some typos in the happy tree post
1 parent 6fa9efe commit ea62fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-11-21-happy-trees.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ E1 + E1 + 19 + 19 + 0 + 0
4545
0001F4
4646
```
4747

48-
So `FF5500` (and orangish color) happifies to `0001F4` (A darker blue). Since
48+
So `FF5500` (an orangish color) happifies to `0001F4` (a darker blue). Since
4949
order of digits doesn't matter, `5F50F0` also happifies to `0001F4`. From this
5050
fact, we can make a tree (hence the happification tree). I can do this process
5151
on every color from `000000` (black) to `FFFFFF` (white), so I will!

0 commit comments

Comments
 (0)