]> Kevux Git Server - fll/commitdiff
Cleanup: Add the word inclusive to the range documentation in additional places.
authorKevin Day <thekevinday@gmail.com>
Tue, 16 Jan 2024 14:19:49 +0000 (08:19 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 16 Jan 2024 14:19:49 +0000 (08:19 -0600)
level_0/f_type/c/type/range.h

index d65e7bb0b6e5f5f4c12c2c674f141d3ef7f19fe8..1db80857b9dade14661be7a797b2aa4d61e722e6 100644 (file)
@@ -24,8 +24,8 @@ extern "C" {
  * Set start to some value larger than stop to designate that there is no range (such as start = 1, stop = 0).
  *
  * Properties:
- *   - start: The start position.
- *   - stop:  The stop position.
+ *   - start: The inclusive start position.
+ *   - stop:  The inclusive stop position.
  */
 #ifndef _di_f_range_t_
   typedef struct {