ngCourse2 icon indicating copy to clipboard operation
ngCourse2 copied to clipboard

Bug in IBioSummary interface

Open michael-letcher opened this issue 7 years ago • 0 comments

functional_forms page is missing a property in the online version of the book, I've not checked the book.

export interface IBioSummary {
  age: number;
  size: string; //<<-- THIS IS MISSING
  alignment: string;
  race: string;
}

michael-letcher avatar Dec 09 '17 17:12 michael-letcher