From 6dacb346d8a9c901c627d74a496867ec2bb39f2f Mon Sep 17 00:00:00 2001 From: "Evgeniy Andreev (gsomix)" Date: Sun, 14 Oct 2018 19:37:31 +0400 Subject: [PATCH] #658: update docs --- docs/articles/samples/IntroParamsAllValues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/samples/IntroParamsAllValues.md b/docs/articles/samples/IntroParamsAllValues.md index 7781b782e8..737e7bd6b3 100644 --- a/docs/articles/samples/IntroParamsAllValues.md +++ b/docs/articles/samples/IntroParamsAllValues.md @@ -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`, where `T` is a supported type +* `Nullable`, where `T` is an enum or boolean ### Source code