Skip to content

Commit

Permalink
Merge branch 'main' of github.com:JakeRoggenbuck/component
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeRoggenbuck committed Sep 5, 2024
2 parents bd913c7 + 170e039 commit 7d571e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Create an addition function called `foo`. Note that to start a function you do i
-> 3
```

Here is the example of caluclating the speed dilation of an object at velocity `v` in m/s for time `t` in seconds. More info about this in the section [#Component-in-action](#component-in-actoin)
Here is the example of caluclating the speed dilation of an object at velocity `v` in m/s for time `t` in seconds. More info about this in the section [#Component-in-action](#component-in-action)

```
> t 1 v 2 ^ C 2 ^ / - sqrt / s fn
Expand Down

0 comments on commit 7d571e9

Please sign in to comment.