From 2400c2e3bd6c322b671cc831e45bbed1e5e74999 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Mon, 11 Jul 2022 00:16:07 +0800 Subject: [PATCH] fix some typos Signed-off-by: cui fliter --- assets/custom.js | 2 +- assets/rustlings-zh/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/custom.js b/assets/custom.js index 59d19a51..4fca2085 100644 --- a/assets/custom.js +++ b/assets/custom.js @@ -110,7 +110,7 @@ var initAll = function () { pagePath = "index" } - // add vistors count + // add visitors count var ele = document.createElement("div"); ele.setAttribute("align","center"); var count = document.createElement("img") diff --git a/assets/rustlings-zh/CHANGELOG.md b/assets/rustlings-zh/CHANGELOG.md index fcc39e42..b23a4b2f 100644 --- a/assets/rustlings-zh/CHANGELOG.md +++ b/assets/rustlings-zh/CHANGELOG.md @@ -221,7 +221,7 @@ #### Features * add Option2 exercise (#290) ([86b5c08b](https://github.com/rust-lang/rustlings/commit/86b5c08b9bea1576127a7c5f599f5752072c087d)) -* add excercise for option (#282) ([135e5d47](https://github.com/rust-lang/rustlings/commit/135e5d47a7c395aece6f6022117fb20c82f2d3d4)) +* add exercise for option (#282) ([135e5d47](https://github.com/rust-lang/rustlings/commit/135e5d47a7c395aece6f6022117fb20c82f2d3d4)) * add new exercises for generics (#280) ([76be5e4e](https://github.com/rust-lang/rustlings/commit/76be5e4e991160f5fd9093f03ee2ba260e8f7229)) * **ci:** add buildkite config ([b049fa2c](https://github.com/rust-lang/rustlings/commit/b049fa2c84dba0f0c8906ac44e28fd45fba51a71))