From 840e2b89fcd3e019e52dcc03b5bc27fb479a705f Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Thu, 24 Dec 2009 09:56:44 -0800 Subject: [PATCH] docs --- documentation/index.html.erb | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/index.html.erb b/documentation/index.html.erb index a0ddba4a..cdabf6cd 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -172,7 +172,7 @@ coffee-script --print app/scripts/*.cs > concatenation.js

- This document is structured so that it can be read from top to bottom, + This reference is structured so that it can be read from top to bottom, if you like. Later sections use ideas and syntax previously introduced. Familiarity with JavaScript is assumed. In all of the following examples, the source CoffeeScript is provided on diff --git a/index.html b/index.html index d93c7de1..209bd20f 100644 --- a/index.html +++ b/index.html @@ -242,7 +242,7 @@ coffee-script --print app/scripts/*.cs > concatenation.js

- This document is structured so that it can be read from top to bottom, + This reference is structured so that it can be read from top to bottom, if you like. Later sections use ideas and syntax previously introduced. Familiarity with JavaScript is assumed. In all of the following examples, the source CoffeeScript is provided on