Skip to content

Commit

Permalink
small example indentation change
Browse files Browse the repository at this point in the history
  • Loading branch information
sauppb committed Apr 26, 2024
1 parent cf68715 commit a07248d
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 a07248d

Please sign in to comment.