UI: Corrected ns.tail examples to ns.ui.openTail (#2270)

Changed to ns.ui.openTail in the example text where needed.
This commit is contained in:
gmcew
2025-07-29 21:06:32 +01:00
committed by GitHub
parent 7928800bbc
commit 952fc28b67
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -43,6 +43,6 @@ ns.printf("My age in binary is %b.", age);
ns.printf("My age in scientific notation is %e.", age);
ns.printf("In %d seconds, I'll be %s.", 6, "Byte");
ns.printf("Am I a nibble? %t", (4 === age));
ns.tail();
ns.ui.openTail();
```