Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodesdev committed Jan 13, 2025
1 parent e555691 commit 874d0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenges/ownership-rules/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you're stuck, here are some hints that can help you:
<details>
<summary>Click to reveal hints</summary>

In order to understand the problem, we need to undertand the signature of the `push_str` method. The method signature is as follows:
In order to understand the problem, we need to understand the signature of the `push_str` method. The method signature is as follows:

```rust
fn push_str(&mut self, string: &str)
Expand Down

0 comments on commit 874d0b8

Please sign in to comment.