Skip to content

Commit

Permalink
Merge branch 'sauppb:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sauppb authored Apr 26, 2024
2 parents e82d182 + a07248d commit 55f167a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<div id="title-version">
<h1 id="titleRefresh">Praxly 🍂</h1>
version <a href="changelog.html">02/24/2024</a>
version <a href="changelog.html">04/25/2024</a>
</div>

<div id="myModal" class="modal">
Expand Down
2 changes: 1 addition & 1 deletion src/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ main()
int countCharacter(String str, char targetChar)
int count ← 0
for (int i ← 0; i < str.length(); i ← i + 1)
if (str.charAt(i) == targetChar)
if (str.charAt(i) == targetChar)
count ← count + 1
end if
end for
Expand Down

0 comments on commit 55f167a

Please sign in to comment.