Skip to content

Commit

Permalink
Fix escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
ChAoSUnItY authored May 27, 2022
1 parent aedfce1 commit f351edc
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 @@ -75,7 +75,7 @@ df.register_fn<TypeHere>('your domain', 'your faking function's name', faking_fu
4. (Optional) to support more types to be accepted by your faking function, call `vaker.DataFaker#add_type<T>(string, string)`
```v
// add support for string type
df.add_type<string>('your unit', 'your faking function's name') ?
df.add_type<string>('your unit', 'your faking function\'s name') ?
```

## Supported Data Types
Expand Down

0 comments on commit f351edc

Please sign in to comment.