Browse Source

docs(to_url): correct grammar

DEV-3198-new-go-exercise-get-digit-len
davhojt 2 years ago committed by Dav Hojt
parent
commit
859720a2c2
  1. 4
      subjects/to_url/README.md

4
subjects/to_url/README.md

@ -2,9 +2,7 @@
### Instructions
Define a **function** called `to_url` that takes a string and substitutes every white-space with '%20'.
### Expected Function
Create a **function** named `to_url` which takes a string and substitutes every white-space with `"%20"`.
```rust
pub fn to_url(s: &str) -> String {

Loading…
Cancel
Save