Raku / old-design-docs

Raku language design documents
https://design.raku.org/
Artistic License 2.0
124 stars 36 forks source link

Removing whitespace-only lines in glossary #84

Closed paultcochrane closed 9 years ago

paultcochrane commented 9 years ago

This issue was causing podchecker to emit the following warning in S99-glossary.pod:

WARNING: line containing nothing but whitespace in paragraph

which has been corrected by this commit.

paultcochrane commented 9 years ago

Replaced by commit 44a21c0; closing PR.