diff --git a/README.md b/README.md index c4440260..817c7482 100644 --- a/README.md +++ b/README.md @@ -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()}