mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
docs: fix doc comments in arrays
too
This commit is contained in:
parent
74b6e3b5c7
commit
35af6a8d12
7 changed files with 49 additions and 59 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue