Skip to content

Commit 3bc7827

Browse files
committed
fixed silly mistake
1 parent 4ff652d commit 3bc7827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2012-11-6-npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ console.log('The area of a circle with radius ' + radius + ' is ' + circle.area(
7575
Now, run the app by typing `node circle_example.js` from within the `shapes` directory. You should see the following:
7676

7777
{% highlight bash %}
78-
The area of a circle with radius 10 is 100
78+
The area of a circle with radius 10 is 314.159265359
7979
{% endhighlight %}
8080

8181
On your own try to create a rectangle module with similar operations. Don't be afraid to try throwing something crazy in the mix. There's always instructors floating around to help you.

0 commit comments

Comments
 (0)