Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed Nov 27, 2024
1 parent bba1a32 commit 74b1914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/robot/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class RobotClient {
return _streamManager.setStreamOptions(name, width, height);
}

// Reset the options for a stream with the given name.
/// Reset the options for a stream with the given name.
Future<void> resetStreamOptions(String name) {
return _streamManager.resetStreamOptions(name);
}
Expand Down

0 comments on commit 74b1914

Please sign in to comment.