Skip to content

Commit 07f33c3

Browse files
tk3369timholy
authored andcommitted
Fixed typo (#76)
1 parent 02be2c2 commit 07f33c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ julia> y[-1,-7,-128,-5,-1,-3,-2,-1] += 5
2121
```
2222

2323
## Example: Relativistic Notation
24-
Suppose we have a position vector `r = [:x, :y, :z]` which is naturally one-based, ie. `r[1] == :x`, `r[2] == :y`, `r[3] == :z` and we also want to cosntruct a relativistic position vector which includes time as the 0th component. This can be done with OffsetArrays like
24+
Suppose we have a position vector `r = [:x, :y, :z]` which is naturally one-based, ie. `r[1] == :x`, `r[2] == :y`, `r[3] == :z` and we also want to construct a relativistic position vector which includes time as the 0th component. This can be done with OffsetArrays like
2525
```julia
2626
julia> using OffsetArrays
2727

0 commit comments

Comments
 (0)