#1530 Errors in documentation

hernad Mon 16 May 2011

Serializable example at http://fantom.org/doc/docIntro/Tour.html has some errors:

  • @serializable => @Serializable
  • initalization of non-null fields: Str name := "", Int age := 0

corrected here:

https://gist.github.com/974759

brian Mon 16 May 2011

many thanks for reporting those, I pushed a fix

Login or Signup to reply.