Skip to content

Commit

Permalink
dotnet#658: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gsomix committed Oct 14, 2018
1 parent 017441b commit 6dacb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/samples/IntroParamsAllValues.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you want to use all possible values of an `enum` or another type with a small

* `bool`
* any `enum` that is not marked with `[Flags]`
* `Nullable<T>`, where `T` is a supported type
* `Nullable<T>`, where `T` is an enum or boolean

### Source code

Expand Down

0 comments on commit 6dacb34

Please sign in to comment.