Skip to content

Commit

Permalink
Update oviewer/control.go
Browse files Browse the repository at this point in the history
Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
  • Loading branch information
noborus and ccoVeille authored Dec 29, 2024
1 parent 201312e commit 0bb6797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oviewer/control.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ func (m *Document) requestLoad(chunkNum int) {
}

// requestLoadSync sends instructions to load chunks into memory.
// requestLoadSync is a synchronous version of requestLoad.
// requestLoadSync is a synchronous version of [requestLoad].
// Note: Calling requestLoadSync when not at EOF may result in delayed response.
func (m *Document) requestLoadSync(chunkNum int) bool {
sc := controlSpecifier{
Expand Down

0 comments on commit 0bb6797

Please sign in to comment.