Skip to content

Commit

Permalink
Merge pull request #5 from donabrams/patch-1
Browse files Browse the repository at this point in the history
Fix trivial code sample error
  • Loading branch information
Gozala committed Oct 6, 2015
2 parents e082878 + f77f8d9 commit d5c0d92
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 @@ -258,7 +258,7 @@ Color({red: 200, opacity: "transparent"}) // => TypeError: Invalid value for "op
A union type is a way to put together many different types. This lets you create list or records fields that can take either one of the several types:

```js
var {Maybe} = require("typed-immutable")
var {Union} = require("typed-immutable")
var Form = Record({
user: Union(Username, Email),
password: String('')
Expand Down

0 comments on commit d5c0d92

Please sign in to comment.