We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d87cb commit 7e1950dCopy full SHA for 7e1950d
CONTRIBUTING.md
@@ -46,7 +46,7 @@
46
# Naming guidelines
47
48
- Use `snake_case` for function, variable and type names
49
-- 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)
50
51
```cpp
52
// not OK
0 commit comments