Skip to content

Commit 7e1950d

Browse files
committed
minor [no ci]
1 parent 95d87cb commit 7e1950d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# Naming guidelines
4747
4848
- 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)
49+
- Naming usually optimizes for longest common prefix (see https://github.com/ggerganov/ggml/pull/302#discussion_r1243240963)
5050
5151
```cpp
5252
// not OK

0 commit comments

Comments
 (0)