Skip to content

Commit 4286233

Browse files
davorpaeshellman
andauthored
reword playground definition as suggested
Co-authored-by: Eric Hellman <[email protected]>
1 parent 1dc00e4 commit 4286233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ By contributing you agree to respect the [Code of Conduct](CODE_OF_CONDUCT.md) o
2323
- *Books* : PDF, HTML, ePub, a gitbook.io based site, a Git repo, etc.
2424
- *Courses* : A course is a learning material which is not a book. [This is a course](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/).
2525
- *Interactive Tutorials* : An interactive website which lets the user type code or commands and evaluates the result (by "evaluate" we don't mean "grade"). e.g.: [Try Haskell](http://tryhaskell.org), [Try GitHub](http://try.github.io).
26-
- *Playgrounds* : are online and interactive websites, games or desktop software useful to learn playing. Therefore, you can write, compile (or run), and share this code snippets with others. They also usually allows you to fork and get your hands dirty by playing around with other's code.
26+
- *Playgrounds* : are online and interactive websites, games or desktop software for learning programming. Write, compile (or run), and share code snippets. Playgrounds often allow you to fork and get your hands dirty by playing with code.
2727
- *Podcasts and Screencasts* : Podcasts and screencasts.
2828
- *Problem Sets & Competitive Programming* : A website or software which lets you assess your programming skills by solving simple or complex problems, with or without code review, with or without comparing the results with other users.
2929

0 commit comments

Comments
 (0)