mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
chore: fix function name (#7381)
### Describe Your Changes fix function name ### Checklist The following checks are **mandatory**: - [x] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/).
This commit is contained in:
parent
cfba770c8e
commit
45896fb477
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ func (b *block) MustInitFromRows(timestamps []int64, rows [][]Field) {
|
||||||
b.sortColumnsByName()
|
b.sortColumnsByName()
|
||||||
}
|
}
|
||||||
|
|
||||||
// mustInitiFromRows initializes b from rows.
|
// mustInitFromRows initializes b from rows.
|
||||||
//
|
//
|
||||||
// b is valid until rows are changed.
|
// b is valid until rows are changed.
|
||||||
func (b *block) mustInitFromRows(rows [][]Field) {
|
func (b *block) mustInitFromRows(rows [][]Field) {
|
||||||
|
|
Loading…
Reference in a new issue