Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelfneumann committed Oct 21, 2021
1 parent e381cb7 commit 1ce5ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment/Online.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func (o *Online) track(t ts.TimeStep) {
}
}

// checkpoint checkpoints the current state of the environment
// checkpoint checkpoints the current state of the experiment
func (o *Online) checkpoint(t ts.TimeStep) {
for _, c := range o.checkpointers {
c.Checkpoint(t)
Expand Down

0 comments on commit 1ce5ac7

Please sign in to comment.