From a1c70ef2d816d74ec5884e2992695fb4732674ba Mon Sep 17 00:00:00 2001 From: Brad Fritz Date: Thu, 21 Aug 2014 16:29:56 -0400 Subject: fix copy-and-paste errors in page titles --- website/features/NonNull.html | 2 +- website/features/Value.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'website') diff --git a/website/features/NonNull.html b/website/features/NonNull.html index 29d8c188..aa788dbd 100644 --- a/website/features/NonNull.html +++ b/website/features/NonNull.html @@ -5,7 +5,7 @@ - val + @NonNull
diff --git a/website/features/Value.html b/website/features/Value.html index 50309689..0e221b63 100644 --- a/website/features/Value.html +++ b/website/features/Value.html @@ -5,7 +5,7 @@ - @ExtensionMethod + @Value
-- cgit