From 6fb3dbf7df8ed619011beb5264d373b09acca1a6 Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Wed, 17 May 2017 20:55:57 +0200 Subject: [PATCH] Change 'next-page'-link as topic is now called 'named-arguments' --- tutorials/tour/_posts/2017-02-13-default-parameter-values.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/tour/_posts/2017-02-13-default-parameter-values.md b/tutorials/tour/_posts/2017-02-13-default-parameter-values.md index c4653bd582..7199206531 100644 --- a/tutorials/tour/_posts/2017-02-13-default-parameter-values.md +++ b/tutorials/tour/_posts/2017-02-13-default-parameter-values.md @@ -7,7 +7,7 @@ disqus: true tutorial: scala-tour categories: tour num: 33 -next-page: named-parameters +next-page: named-arguments previous-page: annotations prerequisite-knowledge: named-arguments, function syntax ---