Skip to content

Commit 6a06e3b

Browse files
committedJun 28, 2019
fix(book): remove lorem ipsum
1 parent 5e4fa83 commit 6a06e3b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
 

‎book/part01-algorithms-analysis.asc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ In this part, we are going to cover the basics of algorithms analysis. Also, we
66
include::content/part01/algorithms-analysis.asc[]
77

88
include::content/part01/big-o-examples.asc[]
9-
10-
=== Summary
11-
12-
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Aut, optio harum. Rem assumenda iste est delectus quas corporis tenetur esse neque id officia expedita porro sit, totam rerum illo cupiditate.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dsa.js",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Data Structures & Algorithms in JS",
55
"author": "Adrian Mejia <hi+dsajs@adrianmejia.com> (https://adrianmejia.com)",
66
"homepage": "https://github.com/amejiarosario/dsa.js",

0 commit comments

Comments
 (0)
Please sign in to comment.