Skip to content

Commit

Permalink
Fix even more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
shilangyu committed Jan 28, 2024
1 parent 6ba3bc6 commit 00cb2ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const onInputChange = () => {
break;
}

transformation.innerHTML = transformation!.innerHTML = path
transformation.innerHTML = path
.map(
(e, i) => `
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/transformations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const transformations: Transformations = [
(t', x') := highest(t[..], x[..])
for j in 1..N
RReg[j, i].write((t', x'))
return x
return x'
func Write(v)
t := t + 1
Expand Down

0 comments on commit 00cb2ca

Please sign in to comment.