Skip to content

Commit 6a0731f

Browse files
authored
tips-typo-fixes (#427)
Fixes a couple typos that slipped by me.
1 parent 2d81c50 commit 6a0731f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mentoring/tips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ A common concern for mentees is how performant their solution is.
9191
This is especially the case for "lower-level" languages such as C, C++, Go, and Rust.
9292
Along with how idiomatic their code is, mentees of other languages are also often concerned with the efficiency of their code.
9393

94-
~~~~exercism/notes
94+
~~~~exercism/note
9595
Benchmarking is not something that a mentor is _expected_ to do.
9696
However, mentees are often particularly impressed by how a benchmark of their solution compares with other approaches.
9797
~~~~
@@ -209,7 +209,7 @@ It may be that a request for an exercise that you are not interested in has been
209209
You can choose to not address it in hope that another mentor will pick it up, or it may serve as motivation to give the exercise a try yourself.
210210
One thing that may be helpful is to look at the submitted solution.
211211
It may use an approach that you hadn't thought of, and that approach may make solving the exercise more attractive to you.
212-
But, if you look at the code and are still not interested in solving the exercises, there is no harm done.
212+
But, if you look at the code and are still not interested in solving the exercise, there is no harm done.
213213
Just because you look at a mentoring request doesn't mean you have to click the "Start mentoring" button.
214214

215215
[website-copy]: https://github.com/exercism/website-copy/tree/main/tracks

0 commit comments

Comments
 (0)