This commit is contained in:
Michael Davidsaver
2026-02-27 08:19:09 +00:00
parent 9d448164fa
commit 6f7942e4af
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ int main(int argc, char* argv[])
// words, doing
// auto val = nt::NTScalar{TypeCode::UInt32}.create();
// won't work because it creates a different NTScalar instance. Either
// keep reusing the same Value, clone the existing Value, or keep aroud
// keep reusing the same Value, clone the existing Value, or keep around
// the type instance and create values from there.
auto val = initial.cloneEmpty();