Skip to content

Commit d04c852

Browse files
committed
Formatting typo in documentation
1 parent 9f73a9c commit d04c852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checkpoint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct SaveRestoreOps {
2929
/// checkpoint_maker.save(&session, "data/checkpoint")?;
3030
/// // then we restore in a different session to continue there
3131
/// let new_session = Session::new(&SessionOptions::new(), &scope.graph())?;
32-
/// checkpoint_maker.save(&new_session, "data/checkpoint")?;
32+
/// checkpoint_maker.restore(&new_session, "data/checkpoint")?;
3333
/// ```
3434
///
3535
#[derive(Debug)]

0 commit comments

Comments
 (0)