minor [no ci]

This commit is contained in:
Georgi Gerganov 2025-01-12 10:08:46 +02:00
parent 95d87cbf65
commit 7e1950d0bc
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -46,7 +46,7 @@
# Naming guidelines
- Use `snake_case` for function, variable and type names
- Naming usually optimizes for common prefix (see https://github.com/ggerganov/ggml/pull/302#discussion_r1243240963)
- Naming usually optimizes for longest common prefix (see https://github.com/ggerganov/ggml/pull/302#discussion_r1243240963)
```cpp
// not OK