Skip to content

Commit

Permalink
Fix typo in live documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
expez committed Aug 24, 2016
1 parent f4bef33 commit 66a0558
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions live-documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html>
<head lang="en">
<meta charset="UTF-8">
<title> superstring interactive documentaion</title>
<title>Superstring interactive documentation</title>

<link rel="stylesheet" type="text/css" href="https://storage.googleapis.com/app.klipse.tech/css/codemirror.css">
</head>

<body>

<h1> superstring interactive documentaion</h1>
<h1>Superstring interactive documentation</h1>

<h2> Setup </h2>
First let's load <b>superstring</b> from the superstring github repository (It might take a couple of seconds...):
Expand Down Expand Up @@ -41,15 +41,14 @@ <h2>slice</h2>
</div>
<br/>


<div class="clojure">
(str/slice "0123456789" -3 2)
</div>

<h2>swap-case</h2>

<b>swap-case</b> changes lower case characters to upper case and vice versa.

<div class="clojure">
(str/swap-case "AbCdEFgh")
</div>
Expand Down

0 comments on commit 66a0558

Please sign in to comment.