posts: gap-buffer: fix typo
This commit is contained in:
parent
eff8152307
commit
806772d883
|
@ -37,7 +37,7 @@ shorter/longer as required.
|
||||||
## Implementation
|
## Implementation
|
||||||
|
|
||||||
I'll be writing a sample implementation in Python, as with the rest of the
|
I'll be writing a sample implementation in Python, as with the rest of the
|
||||||
[series]({{< ref "/series/cool-algorithms/">}}). I don't think it showcases the
|
[series]({{< ref "/series/cool-algorithms/" >}}). I don't think it showcases the
|
||||||
elegance of the _Gap Buffer_ in action like a C implementation full of
|
elegance of the _Gap Buffer_ in action like a C implementation full of
|
||||||
`memmove`s would, but it does makes it short and sweet.
|
`memmove`s would, but it does makes it short and sweet.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue