Skip to content

Commit 19eaa10

Browse files
authored
Update checkpoints.rs
1 parent e367fc3 commit 19eaa10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ethereum/src/config/checkpoints.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ pub struct Slot {
3636

3737
#[derive(Debug, Default, Clone, PartialEq, Eq, Serialize, Deserialize)]
3838
pub struct StartEndTime {
39-
/// An ISO 8601 formatted UTC timestamp.
39+
/// The ISO 8601 formatted UTC timestamp.
4040
pub start_time: String,
41-
/// An ISO 8601 formatted UTC timestamp.
41+
/// The ISO 8601 formatted UTC timestamp.
4242
pub end_time: String,
4343
}
4444

0 commit comments

Comments
 (0)