ceylon-vertx icon indicating copy to clipboard operation
ceylon-vertx copied to clipboard

Incorrect example in main manual

Open NikNik77771 opened this issue 9 years ago • 0 comments

In paragraph from a Ceylon module containing a Verticle module.ceylon should be:

module httpserververticle "1.0.0" {
  shared import "io.vertx.ceylon.core" "1.0.0";
  shared import "io.vertx.ceylon.platform" "1.0.0";
}

instead of

module httpserververticle "1.0.0" { 
  shared import "io.vertx.ceylon" "1.0.0"; 
}

NikNik77771 avatar Jan 31 '15 10:01 NikNik77771