most->some

This commit is contained in:
Neil 2021-03-21 12:52:45 -07:00
parent 96433cf5b4
commit 07bce58799
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/** This is a test for `min_array.h`: takes an arbitrary stream, (Cntl-d stops
in most implementations of interactive terminal,) and greedily extracts
in some implementations of interactive terminals,) and greedily extracts
integers in the style of `strtol` until it gets to the end-of-file or a
null-terminator. */