Browse Source

docs(to_url): correct grammar

1122-buz-zinga
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 ### Instructions
Define a **function** called `to_url` that takes a string and substitutes every white-space with '%20'. Create a **function** named `to_url` which takes a string and substitutes every white-space with `"%20"`.
### Expected Function
```rust ```rust
pub fn to_url(s: &str) -> String { pub fn to_url(s: &str) -> String {

Loading…
Cancel
Save