mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job (#24928)
This commit is contained in:
parent
ae9a69bdf7
commit
3725576729
69 changed files with 272 additions and 387 deletions
|
@ -79,7 +79,7 @@ pub fn (mut b Builder) go_back_to(pos int) {
|
|||
b.trim(pos)
|
||||
}
|
||||
|
||||
// go_back discards the last `n` bytes from the buffer
|
||||
// go_back discards the last `n` bytes from the buffer.
|
||||
pub fn (mut b Builder) go_back(n int) {
|
||||
b.trim(b.len - n)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue