Skip to content

Commit a5bd6c6

Browse files
committed
fixed singleton and implicit-conversions tour documents in ko docs
1 parent b18299b commit a5bd6c6

6 files changed

+9
-4
lines changed

ko/tutorials/tour/implicit-conversions.md renamed to ko/tutorials/tour/_posts/2017-02-13-implicit-conversions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ title: 암시적 변환
55
discourse: true
66

77
tutorial: scala-tour
8+
categories: tour
89
num: 26
910
language: ko
11+
12+
next-page: polymorphic-methods
13+
previous-page: implicit-parameters
1014
---
1115

1216
타입 `S`로부터 타입 `T`로의 암시적 변환는 함수 타입 `S => T`의 암시적 값이나 해당 타입으로 변환 가능한 암시적 메소드로 정의된다.

ko/tutorials/tour/_posts/2017-02-13-implicit-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories: tour
99
num: 25
1010
language: ko
1111

12-
next-page: polymorphic-methods
12+
next-page: implicit-conversions
1313
previous-page: explicitly-typed-self-references
1414
---
1515

ko/tutorials/tour/_posts/2017-02-13-pattern-matching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories: tour
99
num: 11
1010
language: ko
1111

12-
next-page: regular-expression-patterns
12+
next-page: singleton-objects
1313
previous-page: case-classes
1414
---
1515

ko/tutorials/tour/_posts/2017-02-13-polymorphic-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ num: 27
1010
language: ko
1111

1212
next-page: local-type-inference
13-
previous-page: implicit-parameters
13+
previous-page: implicit-conversions
1414
---
1515

1616
스칼라의 메소드는 값과 타입 모두가 파라미터화 될 수 있다. 클래스 수준에서와 같이, 값 파라미터는 괄호의 쌍으로 묶이며 타입 파라미터는 브래킷의 쌍 안에 위치한다.

ko/tutorials/tour/_posts/2017-02-13-regular-expression-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ num: 14
1010
language: ko
1111

1212
next-page: extractor-objects
13-
previous-page: pattern-matching
13+
previous-page: singleton-objects
1414
---
1515

1616
## 우측 무시 시퀀스 패턴 ##

ko/tutorials/tour/singleton-objects.md renamed to ko/tutorials/tour/_posts/2017-02-13-singleton-objects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: 싱글톤 객체
55
discourse: true
66

77
tutorial: scala-tour
8+
categories: tour
89
num: 12
910
language: ko
1011

0 commit comments

Comments
 (0)