Skip to content

Commit 129e80b

Browse files
authored
Merge pull request #1 from jonasspinner/patch-1
escape backslash in README
2 parents 2cadfd3 + 8442251 commit 129e80b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Possible sections are:
1818

1919
- fix link to CHANGELOG in CONTRIBUTING
2020
- fix spelling in bbox
21+
- escape backslash in README
2122

2223
## [0.1.0] - 2023-01-09
2324

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ let cell = coord.to_cell(Resolution::Nine);
4141
Rust is an iron oxide.
4242
A Rust version of H3 is an H3 oxide, in other word $H_3O$ (a.k.a hydronium).
4343
Chemically speaking this is wrong ( $H_3O$ is produced by protonation of
44-
$H_2O$, not oxidation of $H_3$), but ¯\_(ツ)_
44+
$H_2O$, not oxidation of $H_3$), but ¯\\_(ツ)_
4545

4646
## License
4747

0 commit comments

Comments
 (0)