Thank you. Fixed in v10. On Fri, Jan 10, 2025 at 6:33 AM Christian Couder <christian.couder@xxxxxxxxx> wrote: > > On Wed, Jan 8, 2025 at 7:38 PM Eric Ju <eric.peijian@xxxxxxxxx> wrote: > > > +// Converts a string to an unsigned long using the standard library's strtoul, > > +// with additional error handling to ensure robustness. > > We use comments like this: > > /* > * Converts a string to an unsigned long using the standard library's strtoul, > * with additional error handling to ensure robustness. > */ > > Also we use the imperative mood in comments before a function, so: > > s/Converts/Convert/