Skip to content

Commit 209272c

Browse files
committed
Merge pull request railsbridge#155 from baroquebobcat/patch-1
fix syntax for float examples in beginner slide deck
2 parents f127c31 + e73aad3 commit 209272c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sites/workshop/ruby_for_beginners.deck.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,10 @@ What is happening on the last two lines? How would you solve it?
278278
* 898989898
279279
* 2
280280
* Examples of floats:
281-
* .0.0
281+
* 0.0
282282
* -105.56
283-
* .33
284-
* .00004
283+
* 0.33
284+
* 0.00004
285285
* You can perform operations on both types of numbers with these characters: +, -, /, *
286286

287287
### exercises

0 commit comments

Comments
 (0)