Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jank324 committed Sep 28, 2022
1 parent 61aa8b9 commit 7e3fb8c
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 @@ -28,7 +28,7 @@ segment = Segment([
Drift(length=7.0),
HorizontalCorrector(length=0.3, name="H12SMATCH"),
Drift(length=0.05),
BPM(name="BPM13SMATCH")
BPM(name="BPM13SMATCH"),
])
```

Expand Down

0 comments on commit 7e3fb8c

Please sign in to comment.