From faf7a6de38dd5854b06b6dfd605afa5af86072aa Mon Sep 17 00:00:00 2001 From: Pier Bover Date: Mon, 22 Apr 2019 11:54:37 -0500 Subject: [PATCH] Added value to the code example So that it is more consistent with the tutorial text. --- .../04-updating-arrays-and-objects/app-b/App.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-b/App.svelte b/site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-b/App.svelte index 3c2111712e..14a23e2095 100644 --- a/site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-b/App.svelte +++ b/site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-b/App.svelte @@ -1,8 +1,8 @@