diff --git a/lib/connector/meshcore_connector.dart b/lib/connector/meshcore_connector.dart index 8e4087b..2fb3a16 100644 --- a/lib/connector/meshcore_connector.dart +++ b/lib/connector/meshcore_connector.dart @@ -496,9 +496,9 @@ class MeshCoreConnector extends ChangeNotifier { /// being sliced at, the resulting hop count, and the hop-grouped bytes. /// /// Captures previously logged only the byte length, which made it impossible - /// to tell a single 2-byte hop from two 1-byte hops — the exact question - /// #240/#279 turn on. One line, existing log sites only, no new per-frame - /// logging. (#298) + /// to tell a single 2-byte hop from two 1-byte hops. That is the exact + /// question #240/#279 turn on. One line, existing log sites only, no new + /// per-frame logging. (#298) String _pathDiag(List pathBytes, int byteLen) { if (byteLen < 0) return 'flood'; final w = _pathHashByteWidth;