From 96c93a345dac9fc8b154bcf6e1fccd95d8434885 Mon Sep 17 00:00:00 2001 From: Manish Bansal Date: Sat, 4 Jul 2020 21:36:05 +0530 Subject: [PATCH 1/2] Updating index of page from 6 to 5 --- _tour/default-parameter-values.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tour/default-parameter-values.md b/_tour/default-parameter-values.md index c662fd151a..e0fc4da17b 100644 --- a/_tour/default-parameter-values.md +++ b/_tour/default-parameter-values.md @@ -3,7 +3,7 @@ layout: tour title: Default Parameter Values partof: scala-tour -num: 6 +num: 5 next-page: named-arguments previous-page: classes prerequisite-knowledge: named-arguments, function syntax From 0d75b9f00e30812d06f44e63200d94f874338dfd Mon Sep 17 00:00:00 2001 From: Manish Bansal Date: Sat, 4 Jul 2020 21:36:50 +0530 Subject: [PATCH 2/2] Updating index from 5 to 6 --- _tour/named-arguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tour/named-arguments.md b/_tour/named-arguments.md index 764a696bbb..3b8159bb99 100644 --- a/_tour/named-arguments.md +++ b/_tour/named-arguments.md @@ -3,7 +3,7 @@ layout: tour title: Named Arguments partof: scala-tour -num: 5 +num: 6 next-page: traits previous-page: default-parameter-values prerequisite-knowledge: function-syntax