mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Fix: vet false warning on brackets in documentation (#17767)
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
|
||||
// normalize_vector Normalizes a vector
|
||||
//
|
||||
// Example:
|
||||
// ```v
|
||||
// vector := Vector{3, 4}
|
||||
// normalize_vector(vector) // Vector{0.6, 0.8}
|
||||
// ```
|
||||
pub fn normalize_vector(vector f32) {}
|
Reference in New Issue
Block a user