Fix seralize typo in comment dht_short_array.dart

This fixes a typo ("seralize" for "serialize") in a comment in
lib/veilid_support/dht_support/src/dht_short_array.dart.
This commit is contained in:
Haley Weslin 2023-10-08 13:58:51 +00:00
parent 564447ec98
commit cece9ced05

View File

@ -163,7 +163,7 @@ class DHTShortArray {
////////////////////////////////////////////////////////////////
/// Seralize and write out the current head record, possibly updating it
/// Serialize and write out the current head record, possibly updating it
/// if a newer copy is available online. Returns true if the write was
/// successful
Future<bool> _tryWriteHead() async {