Skip to content

Commit

Permalink
fixed typo the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zookzook committed Oct 17, 2021
1 parent f942f4a commit 4706dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ This results in the following module:
```elixir
defmodule Label do

defstruct [name: "warning", color: "red"]X
defstruct [name: "warning", color: "red"]

@type t() :: %Label{String.t(), String.t()}

Expand Down

0 comments on commit 4706dac

Please sign in to comment.