From 560ded50127b12bd8168f8ae2bada47253f15bc8 Mon Sep 17 00:00:00 2001
From: Reinier Zwitserloot
Date: Tue, 8 Feb 2022 06:02:27 +0100
Subject: [website] slight feature documentation updates (Just bringing them in
line with reality)
---
website/templates/features/experimental/index.html | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
(limited to 'website/templates/features/experimental/index.html')
diff --git a/website/templates/features/experimental/index.html b/website/templates/features/experimental/index.html
index a8430d8d..a50a4670 100644
--- a/website/templates/features/experimental/index.html
+++ b/website/templates/features/experimental/index.html
@@ -28,10 +28,6 @@
- <@main.feature title="var" href="var">
- Modifiable local variables with a type inferred by assigning value.
- @main.feature>
-
<@main.feature title="@Accessors" href="Accessors">
A more fluent API for getters and setters.
@main.feature>
@@ -101,6 +97,9 @@
<@main.feature title="@Wither: renamed to @With, and promoted" href="/features/With">
Immutable 'setters' - methods that create a clone but with one changed field.
@main.feature>
+ <@main.feature title="var" href="/features/var">
+ Modifiable local variables with a type inferred by assigning value.
+ @main.feature>
--
cgit