diff --git a/src/b_multiple_choice.rs b/src/b_multiple_choice.rs index fbead8f..ba343c9 100644 --- a/src/b_multiple_choice.rs +++ b/src/b_multiple_choice.rs @@ -8,7 +8,7 @@ //! code snippets**. You may only trace them manually in your head or on paper. Pretend that this //! portion of the exam is being administered on paper, and no computer is available at all. //! -//! To enable us to auto-grade your answer, you implement the that returns the `char` representing +//! To enable us to auto-grade your answer, you implement the code that returns the `char` representing //! your answer. //! //! If you would like a rendered and styled version of these questions simply build an open the Rust