Skip to content

Commit c980ae6

Browse files
committed
typos and rephrasing Virial theorem
1 parent 1963a75 commit c980ae6

25 files changed

+1704
-1677
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# check if we want to build all the files of not
44
contains_all_flag() {
55
for arg in "$@"; do
6-
if [ "$arg" == "all" ]; then
6+
if [ "$arg" == "--all" ]; then
77
return 0 # all found
88
fi
99
done

html-content/honors.html

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html-content/in-class-evol-wrap-up.html

+75-75
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html-content/index.html

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)