Skip to content

Commit

Permalink
fix(groceries): fixed problem with README
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrodesu authored Dec 9, 2024
1 parent e1d5be9 commit c17486f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subjects/groceries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ And its output:

```console
$ cargo run
The groceries list contains ["yogurt", "panettone", "bread", "cheese", "nuts"]
The second element of the grocery list is "panettone"
groceries = ["yogurt", "panettone", "bread", "cheese", "nuts"]
groceries[1] = "panettone"
$
```

Expand Down

0 comments on commit c17486f

Please sign in to comment.