We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dede4fa commit 0653036Copy full SHA for 0653036
docsite/source/getting-started.html.md
@@ -16,7 +16,7 @@ name: dry-types
16
17
``` ruby
18
Types::Coercible::String
19
- # => #<Dry::Types::Constructor type=#<Dry::Types::Definition primitive=String options={}>>
+ # => #<Dry::Types[Constructor<Nominal<String> fn=Kernel.String>]>
20
```
21
22
### Creating your first type
0 commit comments