mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
docs: cleanup (#14327)
This commit is contained in:

committed by
GitHub

parent
b53b1cc7cb
commit
a91226c376
@ -57,7 +57,7 @@ pub fn (mut b Builder) write_b(data u8) {
|
||||
b << data
|
||||
}
|
||||
|
||||
// write_byte appends a single `data` byte to the accumulated buffer
|
||||
// write_u8 appends a single `data` byte to the accumulated buffer
|
||||
pub fn (mut b Builder) write_u8(data u8) {
|
||||
b << data
|
||||
}
|
||||
|
Reference in New Issue
Block a user