mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
docs: small fixes
Co-authored-by: Wansmer <wansmer@gmail.com> Co-authored-by: Andrew Voynov <andrewvoynov.b@gmail.com> Co-authored-by: David Moberg <david.moberg@mediatek.com>
This commit is contained in:
@@ -852,7 +852,7 @@ static void intersect_add(Intersection *x, Intersection *y)
|
||||
}
|
||||
}
|
||||
|
||||
// inplace assymetric difference: x &= ~y
|
||||
// inplace asymmetric difference: x &= ~y
|
||||
static void intersect_sub(Intersection *restrict x, Intersection *restrict y)
|
||||
{
|
||||
size_t xi = 0, yi = 0;
|
||||
|
Reference in New Issue
Block a user