Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed May 14, 2021
1 parent 22f3a91 commit a13460b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ @book{orwell1945animal
}

@book{orwell1949nineteen,
title={Nineteen eighty-four: a novel},
title={{Nineteen eighty-four: a novel}},
author={George Orwell},
year={1949},
publisher={Secker & Warburg}
Expand Down
4 changes: 2 additions & 2 deletions docs/src/includes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ function multiple_df_example()
end

sum_example() = code("""
a = 3
b = 4
a = 2
b = 3
a + b
""")
Expand Down

0 comments on commit a13460b

Please sign in to comment.