Fix some @require comments.

This commit is contained in:
Christoffer Lerno
2025-06-10 01:54:45 +02:00
parent e936b999d2
commit 496d23e93f
2 changed files with 14 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ macro bool @is_outstream(#expr)
<*
@param [&out] ref
@require @is_instream(stream)
@require @is_instream(stream) : "Expected a stream"
*>
macro usz? read_any(stream, any ref)
{