Skip to content

Commit

Permalink
docs(developers.md): change comma typo (#3167)
Browse files Browse the repository at this point in the history
  • Loading branch information
efueyo committed Jun 15, 2024
1 parent a043536 commit abff89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ more interesting. We will end up with the following new code for `finders.new_ta
```

With the new snippet, we no longer have an array of strings but an array of
tables. Each table has a color, name, and the color's hex value.
tables. Each table has a color name and the color's hex value.

`entry_maker` is a function that will receive each table and then we can set the
values we need. It's best practice to have a `value` reference to the
Expand Down

0 comments on commit abff89d

Please sign in to comment.