mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix rustdoc problems (#33458)
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
97495e45f8
commit
ed908f3fd4
4 changed files with 7 additions and 7 deletions
|
@ -638,7 +638,7 @@ pub(crate) trait FromInputValueString {
|
|||
|
||||
/// <https://html.spec.whatwg.org/multipage/#parse-a-month-string>
|
||||
///
|
||||
/// Parse the month and return an [`OffsetDate`] on midnight of UTC of the morning of
|
||||
/// Parse the month and return an [`OffsetDateTime`] on midnight of UTC of the morning of
|
||||
/// the first day of the parsed month.
|
||||
///
|
||||
/// A valid month string should be "YYYY-MM" YYYY must be four or more digits, MM both
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue