diff options
Diffstat (limited to 'man/man3/tomo-Table.with_fallback.3')
| -rw-r--r-- | man/man3/tomo-Table.with_fallback.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3/tomo-Table.with_fallback.3 b/man/man3/tomo-Table.with_fallback.3 index c0719bd3..7ef520f0 100644 --- a/man/man3/tomo-Table.with_fallback.3 +++ b/man/man3/tomo-Table.with_fallback.3 @@ -2,7 +2,7 @@ .\" Copyright (c) 2025 Bruce Hill .\" All rights reserved. .\" -.TH Table.with_fallback 3 2025-09-21 "Tomo man-pages" +.TH Table.with_fallback 3 2025-11-29 "Tomo man-pages" .SH NAME Table.with_fallback \- return a table with a new fallback .SH LIBRARY @@ -36,3 +36,5 @@ assert t2["B"] == 3 t3 = t.with_fallback(none) assert t2["B"] == none .EE +.SH SEE ALSO +.BR Tomo-Table (3) |
