docs: fix doc comments in arrays too

This commit is contained in:
Delyan Angelov 2025-07-02 17:06:21 +03:00
parent 74b6e3b5c7
commit 35af6a8d12
7 changed files with 49 additions and 59 deletions

View file

@ -2,8 +2,7 @@ module diff
import strings
// DiffChange contains one or more deletions or inserts
// at one position in two arrays.
// DiffChange contains one or more deletions or inserts at one position in two arrays.
pub struct DiffChange {
pub mut:
a int // position in input a []T