Skip to content

Commit a79ef6a

Browse files
committed
whitespace
1 parent ee8313c commit a79ef6a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Una versión HTML de esta documentación puede ser encontrada en [https://docs.p
1010
También hay disponible un comando para la terminal: "p6doc".
1111

1212
(Si estás buscando el repositorio en GitHub, la mayoría de los archivos no serán mostrados correctamente,
13-
ya que esto es Perl 6 Pod, y GitHub asume que es Perl 5 Pod).
13+
ya que esto es Perl 6 Pod, y GitHub asume que es Perl 5 Pod).
1414

1515
## README en otros lenguajes
1616

@@ -37,7 +37,7 @@ para ver la documentación para la clase `Str`, o
3737
$ ./bin/p6doc Str.split
3838

3939
para ver la documentación del método `split` de la clase `Str`. Puedes
40-
omitir `./bin` si lo has instalado mediante `zef`.
40+
omitir `./bin` si lo has instalado mediante `zef`.
4141
También puedes hacer
4242

4343
$ p6doc -f slurp
@@ -59,7 +59,7 @@ Si usas [`rakudobrew`](https://github.com/tadzik/rakudobrew), ejecuta también
5959

6060
para actualizar los correctores de compatibilidad de los ejecutables instalados.
6161

62-
A parte de las dependencias de Perl 6, necesitas tener `graphviz` instalado. En Debian
62+
A parte de las dependencias de Perl 6, necesitas tener `graphviz` instalado. En Debian
6363
lo puedes instalar mediante:
6464

6565
$ sudo apt-get install graphviz

README.jp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PERLの文書化
1010

1111
あまりにも["p6doc"]と呼ばれるコマンド行があります。
1212

13-
あなたは参照でGITHUBと展示 宜しくじゃないです。[Perl 6 Pod]ですしかしGITHUB[PERL 5 POD]で決め込む。
13+
あなたは参照でGITHUBと展示 宜しくじゃないです。[Perl 6 Pod]ですしかしGITHUB[PERL 5 POD]で決め込む。
1414

1515
## 外国語のREADME
1616

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Official Documentation of Perl 6
1+
# Official Documentation of Perl 6
22

33
[![Build Status](https://travis-ci.org/perl6/doc.svg?branch=master)](https://travis-ci.org/perl6/doc) [![artistic](https://img.shields.io/badge/license-Artistic%202.0-blue.svg?style=flat)](https://opensource.org/licenses/Artistic-2.0)
44

doc/Language/5to6-perlfunc.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ Appears not to be in Perl 6.
512512
=item __FILE__
513513
514514
Replaced by C<$?FILE> which is slightly different from C<__FILE__> in that
515-
it is always an absolute path, rather than a relative one in the Perl 5 case.
515+
it is always an absolute path, rather than a relative one in the Perl 5 case.
516516
517517
The Perl 6 ecosystem has a module C<P5__FILE__> which exports a C<__FILE__>
518518
term that mimics the original Perl 5 behaviour as much as possible.

writing-docs/SQUASHATHONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Squashathon HOWTO
22

3-
[SQUASHathons](https://github.com/rakudo/rakudo/wiki/Monthly-Bug-Squash-Day) happen monthly in the Perl 6 community, with every other one devoted to this repository. It will help the organization of the hackathon if you follow these rules when participating in it.
3+
[SQUASHathons](https://github.com/rakudo/rakudo/wiki/Monthly-Bug-Squash-Day) happen monthly in the Perl 6 community, with every other one devoted to this repository. It will help the organization of the hackathon if you follow these rules when participating in it.
44

55
1. Always work against an issue. If you find some typo or any other kind of error for which an issue does not exist, please create one.
66
2. Always work on assigned issues. Assignments get echoed in the [`perl6` IRC channel](https://webchat.freenode.net/?channels=#perl6), so everyone knows someone is working on that.

0 commit comments

Comments
 (0)