mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Change @return! syntax to require ":" after faults. Update all contracts to consistently use ":" before the description.
This commit is contained in:
@@ -7,8 +7,8 @@ struct LimitReader (InStream)
|
||||
}
|
||||
|
||||
<*
|
||||
@param [&inout] wrapped_stream "The stream to read from"
|
||||
@param limit "The max limit to read"
|
||||
@param [&inout] wrapped_stream : "The stream to read from"
|
||||
@param limit : "The max limit to read"
|
||||
*>
|
||||
fn LimitReader* LimitReader.init(&self, InStream wrapped_stream, usz limit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user