Skip to content

Commit 3d9dc55

Browse files
committed
README. style.
1 parent 2ddb3a6 commit 3d9dc55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Now some details.
3434
Node 1 contains the following code:
3535

3636
```ruby
37-
0.step(6*Math::PI, 0.01) do |x|
37+
0.step(6 * Math::PI, 0.01) do |x|
3838
$outContainer << Cells.new.double(x).
3939
double(Math.sin(x)).
4040
double(Math.sin(x + Math::PI/3))
@@ -45,7 +45,7 @@ Node 2 contains the following code:
4545

4646
```ruby
4747
$outContainer.rowKey = 100000 # generate table keys from this number
48-
0.step(6*Math::PI, 0.01) do |x|
48+
0.step(6 * Math::PI, 0.01) do |x|
4949
$outContainer << Cells.new.double(x).
5050
double(Math.cos(x)).
5151
double(Math.cos(0.3 * x))

0 commit comments

Comments
 (0)