Skip to content

Commit ee28cfe

Browse files
committed
Translate comment to English
1 parent 3b0b66b commit ee28cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

piscope/internal/recorder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func newScreenRecorder(historySize int) *screenRecorder {
2424

2525
type screenRecorder struct {
2626
snapshots *piring.Buffer[screenSnapshot]
27-
shift int // ktory element od konca jest obecnie wybrany
27+
shift int // which element from the end is currently selected
2828
}
2929

3030
type screenSnapshot struct {

0 commit comments

Comments
 (0)