Skip to content

Commit 289c379

Browse files
committed
Updates fix's documentation
1 parent 5306365 commit 289c379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/swimos_runtime/src/downlink/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,8 @@ where
653653
trace!("Entering Synced state.");
654654
dl_state = ReadTaskDlState::Synced;
655655
if is_active {
656-
// Current will be empty if we're communicating with a Supply Lane as no
657-
// event envelope will have been sent. Therefore, we can't use
656+
// `current` will be empty if we're communicating with a stateless lane as
657+
// no event envelope will have been sent. Therefore, we can't use
658658
// `sync_current` as it will send an event notification with an empty body
659659
// and cause the downlink's runtime task envelope decoder will potentially
660660
// fail due to reading an extant. Therefore, delegate the operation to

0 commit comments

Comments
 (0)