@@ 276,7 276,7 @@ Change "sh" to "shell"
#+begin_src org
,#+begin_src <language> <switches>
- ,<body>
+ <body>
,#+end_src
#+end_src
@@ 285,8 285,8 @@ Change "sh" to "shell"
#+begin_src org
,#+begin_src ruby
- ,require 'date'
- ,"This file was last evaluated on #{Date.today}"
+ require 'date'
+ "This file was last evaluated on #{Date.today}"
,#+end_src
#+end_src
@@ 300,7 300,7 @@ Change "sh" to "shell"
#+begin_src org
,#+begin_src <language> <switches> <header arguments>
- ,<body>
+ <body>
,#+end_src
#+end_src