-
Notifications
You must be signed in to change notification settings - Fork 103
Mise à jour de typescript.md
#108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ça me parait oki, gj
greeting(): string { | ||
return this.greet() + '!' | ||
} | ||
}, | ||
// `createElement` is inferred, but `render` needs return type | ||
// `createElement` est deviné, mais `render` à besoin d'une annotation de type de retour |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
à besoin => a besoin
enlever l'accent sur "à"
greeting(): string { | ||
return this.greet() + '!' | ||
} | ||
}, | ||
// `createElement` is inferred, but `render` needs return type | ||
// `createElement` est deviné, mais `render` à besoin d'une annotation de type de retour |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
à besoin => a besoin
enlève l'accent sur "à"
Oups, tu as mergé avant ma review |
Du nouveau dans ce fichier !