Skip to content

Commit b55a1e2

Browse files
author
David Brady
committed
Spelling and formatting errors
1 parent d076d3b commit b55a1e2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

authors-guide.textile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ h2. General Guidelines
1414
* Feel free to add new pages, or even chapters. Just keep them organized.
1515
* Try to write well-styled, idiomatic CoffeeScript.
1616
* Try to stay within the Problem/Solution/Discussion format. If you can't think of a good problem for your recipe... hang onto it for a while.
17-
* Sharing code that you think might only be used rarely is fine. Sharing esoteric code tricks is less so. There's a difference between sharing a reader for an obscure format and sharing a weird bit-shifting trick that does fast but inaccurate multiplication.
17+
* Sharing code that you think might only be used rarely is fine. Sharing esoteric code tricks is less so. There's a difference between sharing a translator for an obscure format and sharing a weird bit-shifting trick that does fast but inaccurate multiplication.
1818

1919
h2. Use Cookbook Problem/Solution/Discussion Format
2020

@@ -89,3 +89,7 @@ h2. I Have A Problem/Solution, But It's Basically Just JavaScript. Should I Add
8989
Yes! CoffeeScript compiles to JavaScript, and that means that some of its functionality comes straight from JavaScript. (For example, see <a href="/chapters/arrays/reversing-arrays">Reversing Arrays</a>.) But if you're programming in CoffeeScript and you need to reverse an array, this Cookbook should stand ready to tell you it's available to you in CoffeeScript&mdash;even if it's just a straight call into a JavaScript library.
9090

9191

92+
h2. I Found a Typo. Is That Enough of a Fix? Does That Count?
93+
94+
Absolutely!
95+

index.textile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ title: Home
55

66
h1. Welcome
77

8-
Welcome to the CoffeeScript Cookbook! It's a bit of a mess right now,
9-
and VERY lonely and empty in these pages. That's where _you_ come in.
10-
Head over to the <a href="/contributing">Contributing</a> page and see
11-
what you can do to help out!
8+
Welcome to the CoffeeScript Cookbook! It's a bit of a mess right now, and VERY lonely and empty in these pages. That's where _you_ come in. Head over to the <a href="/contributing">Contributing</a> page and see what you can do to help out!
129

1310
Contributions URGENTLY needed NOW:
1411

0 commit comments

Comments
 (0)