Grammar check : adding a "to"

This commit is contained in:
François Gallois 2022-07-31 19:17:52 +00:00 committed by GitHub
parent 0e64778f3c
commit f69c95d675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
// In fact, types are ONLY available at compile time, so the
// 'comptime' keyword is required here.
//
// Please take a moment put on the wizard hat which has been
// Please take a moment to put on the wizard hat which has been
// provided for you. We're about to use this ability to implement
// a generic function.
//