From Jason Turner

[time.cal.ymdlast.members]

Diff to HTML by rtfpessoa

tmp/tmpn483frl9/{from.md → to.md} RENAMED
@@ -73,11 +73,11 @@ constexpr chrono::day day() const noexcept;
73
 
74
  *Returns:* If `ok()` is `true`, returns a `day` representing the last
75
  day of the (`year`, `month`) pair represented by `*this`. Otherwise, the
76
  returned value is unspecified.
77
 
78
- [*Note 1*: This value may be computed on demand. — *end note*]
79
 
80
  ``` cpp
81
  constexpr operator sys_days() const noexcept;
82
  ```
83
 
 
73
 
74
  *Returns:* If `ok()` is `true`, returns a `day` representing the last
75
  day of the (`year`, `month`) pair represented by `*this`. Otherwise, the
76
  returned value is unspecified.
77
 
78
+ [*Note 1*: This value might be computed on demand. — *end note*]
79
 
80
  ``` cpp
81
  constexpr operator sys_days() const noexcept;
82
  ```
83