From 2b2bfd314e72ada2bf7b528f41131d519d80b698 Mon Sep 17 00:00:00 2001 From: Peng Fei <4657356+pfei-sa@users.noreply.github.com> Date: Fri, 8 Jul 2022 11:11:58 -0400 Subject: [PATCH] Fix numbering typo --- en/src/basic-types/numbers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/src/basic-types/numbers.md b/en/src/basic-types/numbers.md index 75332ea..dc525d2 100644 --- a/en/src/basic-types/numbers.md +++ b/en/src/basic-types/numbers.md @@ -103,7 +103,7 @@ fn main() { } ``` -1. 🌟🌟 Make it work in two distinct ways +8. 🌟🌟 Make it work in two distinct ways ```rust,editable @@ -178,4 +178,4 @@ fn main() { } ``` -> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it \ No newline at end of file +> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it