Skip to content

Commit

Permalink
Corrected typo (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShalokShalom authored and wende committed Mar 18, 2018
1 parent 7698e9d commit ee5e761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roadmap/BASIC_TYPES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Here is a table of all standard types used in the Elchemy environment and their
| `Result x y` | `{:ok, y}` | `{:error, x}`
| `Ok x` | `{:ok, x}`
| `Err x` | `{:error, x}`
| `{x = 1, y = 1}` | `%{x: 1, y: y}` |
| `{x = 1, y = 1}`   | `%{x: 1, y: 1}` |
| `Dict String Int` | `%{key(String.t()) => integer())}` |

0 comments on commit ee5e761

Please sign in to comment.