We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4442f commit a34ccfeCopy full SHA for a34ccfe
lib/elixir/lib/regex.ex
@@ -78,7 +78,7 @@ defmodule Regex do
78
79
defstruct re_pattern: nil, source: "", opts: ""
80
81
- @opaque t :: %__MODULE__{re_pattern: term, source: binary, opts: binary}
+ @type t :: %__MODULE__{re_pattern: term, source: binary, opts: binary}
82
83
defmodule CompileError do
84
defexception message: "regex could not be compiled"
0 commit comments