In sys::Sys, static InStream in() is described as Standard output stream.
In sys::InStream, the make method's signature is shown as new make(InStream? out), though in the following description the parameter is referred as in.
Sorry for being picky :-)
andyTue 14 Apr 2009
Thanks Dubhead, I fixed those, and pushed onto the live site.
Dubhead Tue 14 Apr 2009
In sys::Sys,
static InStream in()
is described asStandard output stream
.In sys::InStream, the
make
method's signature is shown asnew make(InStream? out)
, though in the following description the parameter is referred asin
.Sorry for being picky :-)
andy Tue 14 Apr 2009
Thanks Dubhead, I fixed those, and pushed onto the live site.