Skip to content

Commit

Permalink
fix emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechampine committed May 26, 2019
1 parent b21fac0 commit bb59d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The name `uint128.Uint128` stutters, so I recommend either using a "dot import"
or aliasing `uint128.Uint128` to give it a project-specific name. Embedding the type
is not recommended, because methods will still return `uint128.Uint128`; this means that,
if you want to extend the type with new methods, your best bet is probably to copy the
source code wholesale and rename the identifier. ¯\_(ツ)_
source code wholesale and rename the identifier. ¯\\\_(ツ)\_


# Benchmarks
Expand Down

0 comments on commit bb59d4a

Please sign in to comment.