Skip to content

Commit 4706dac

Browse files
committed
fixed typo the readme
1 parent f942f4a commit 4706dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ This results in the following module:
161161
```elixir
162162
defmodule Label do
163163

164-
defstruct [name: "warning", color: "red"]X
164+
defstruct [name: "warning", color: "red"]
165165

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

0 commit comments

Comments
 (0)