You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
I've read the specification today, after a while of no updates, and I've noticed the following issues for now:
The simple types miss the "thread" type, which is the coroutines.
There's a miss-spelling at line 12 (descripts -> describes)
There are some structures with fullDescription instead of longDescription, it has to be clearified that the fullDescription is meant to replace the shortDescription when the documentation is expanded.
The multiple usage variant of method structure has both note and notes fields
The returns of a method need a literal boolean field for indicating that
The text was updated successfully, but these errors were encountered:
I've read the specification today, after a while of no updates, and I've noticed the following issues for now:
"thread"
type, which is the coroutines.descripts
->describes
)fullDescription
instead oflongDescription
, it has to be clearified that thefullDescription
is meant to replace theshortDescription
when the documentation is expanded.note
andnotes
fieldsliteral
boolean field for indicating thatThe text was updated successfully, but these errors were encountered: