Skip to content

Commit 5789df9

Browse files
committed
Fixing the numbering
1 parent 80b126a commit 5789df9

File tree

10 files changed

+12
-43
lines changed

10 files changed

+12
-43
lines changed

ja/overviews/collections/trait-iterable.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,11 @@ language: ja
4949
| `xs grouped size` |このコレクション内の要素を固定サイズの「かたまり」にして返すイテレータ。|
5050
| `xs sliding size` |このコレクション内の要素を固定サイズの「窓」をスライドさせて返すイテレータ。|
5151
| **サブコレクション取得演算:** | |
52-
| `xs takeRight n` |`xs` の最後の `n` 個の要素から成るコレクション
53-
(順序が定義されていない場合は、任意の `n` 個の要素から成るコレクション)。|
54-
| `xs dropRight n` |コレクションから `xs` `takeRight` `n`
55-
を除いた残りの部分。|
52+
| `xs takeRight n` |`xs` の最後の `n` 個の要素から成るコレクション (順序が定義されていない場合は、任意の `n` 個の要素から成るコレクション)。|
53+
| `xs dropRight n` |コレクションから `xs` `takeRight` `n` を除いた残りの部分。|
5654
| **zip 演算:** | |
5755
| `xs zip ys` |`xs``ys` のそれぞれから対応する要素をペアにした `Iterable`|
58-
| `xs zipAll (ys, x, y)` |`xs``ys` のそれぞれから対応する要素をペアにした
59-
`Iterable` で、もし片方が短い場合は `x``y` を使って長いほうに合わせる。|
56+
| `xs zipAll (ys, x, y)` |`xs``ys` のそれぞれから対応する要素をペアにした `Iterable` で、もし片方が短い場合は `x``y` を使って長いほうに合わせる。|
6057
| `xs.zipWithIndex` |`xs`内の要素とその添字をペアにした `Iterable`|
6158
| **比較演算:**    | |
6259
| `xs sameElements ys` |`xs``ys` が同じ要素を同じ順序で格納しているかを調べる。|

ja/overviews/macros/annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ language: ja
55
disqus: true
66

77
partof: macros
8-
num: 7
9-
outof: 9
8+
num: 6
9+
outof: 8
1010
title: マクロアノテーション
1111
---
1212
<span class="label important" style="float: right;">MACRO PARADISE</span>

ja/overviews/macros/bundles.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ language: ja
55
disqus: true
66

77
partof: macros
8-
num: 4
9-
outof: 9
8+
num: 3
109
title: マクロバンドル
1110
---
1211
<span class="label warning" style="float: right;">EXPERIMENTAL</span>

ja/overviews/macros/implicits.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ language: ja
55
disqus: true
66

77
partof: macros
8-
num: 5
9-
outof: 9
8+
num: 4
109
title: implicit マクロ
1110
---
1211
<span class="label warning" style="float: right;">EXPERIMENTAL</span>

ja/overviews/macros/overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ language: ja
55
disqus: true
66

77
partof: macros
8-
num: 3
9-
outof: 9
8+
num: 2
109
title: def マクロ
1110
---
1211
<span class="label warning" style="float: right;">EXPERIMENTAL</span>

ja/overviews/macros/paradise.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ language: ja
55
disqus: true
66

77
partof: macros
8-
num: 8
9-
outof: 9
8+
num: 7
109
title: マクロパラダイス
1110
---
1211
<span class="label success" style="float: right;">NEW</span>

ja/overviews/macros/quasiquotes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ language: ja
55
disqus: true
66

77
partof: macros
8-
num: 6
9-
outof: 9
8+
num: 5
109
title: 準クォート
1110
---
1211
<a href="/ja/overviews/macros/paradise.html"><span class="label important" style="float: right;">MACRO PARADISE</span></a>

ja/overviews/macros/roadmap.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ language: ja
55
disqus: true
66

77
partof: macros
8-
num: 9
9-
outof: 9
8+
num: 8
109
title: ロードマップ
1110
---
1211

ja/overviews/macros/toc.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

ja/overviews/macros/usecases.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ language: ja
55
disqus: true
66

77
partof: macros
8-
num: 2
9-
outof: 9
8+
num: 1
109
title: ユースケース
1110
---
1211

0 commit comments

Comments
 (0)