Skip to content

Commit 88ebc88

Browse files
committed
fixes typos in comments [SKIP CI]
1 parent 73e8467 commit 88ebc88

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/proto/artisan_roast.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ message Roast {
3737
// - all indices of the given milestones are valid
3838
// for idx in milestones.*_idx: 0 <= idx < len(times)
3939
// - all annotations are well defined and valid
40-
// len(anotations.time_indices) == len(anotations.tags) and
41-
// for idx in anotations.time_indices: 0 <= idx < len(times)
40+
// len(annotations.time_indices) == len(annotations.tags) and
41+
// for idx in annotations.time_indices: 0 <= idx < len(times)
4242
// - all events are well defined and valid
4343
// for events in {events1, events2, events3, events4}:
4444
// len(events.time_indices) == len(events.values) and
@@ -49,7 +49,7 @@ message Roast {
4949
// bt_ror_readings, et_ror_readings}:
5050
// len(readings) == len(time)
5151
// for curve in additional_curves:
52-
// len(curve.times) == len(anotationscurve.values)
52+
// len(curve.times) == len(annotationscurve.values)
5353

5454
message Milestones {
5555
int32 charge_idx = 1;

0 commit comments

Comments
 (0)