posts: gap-buffer: fix typo
Some checks failed
ci/woodpecker/push/deploy/2 Pipeline was successful
ci/woodpecker/cron/deploy/2 Pipeline failed

This commit is contained in:
Bruno BELANYI 2024-07-20 19:26:24 +01:00
parent 9728aa537e
commit a868474177

View file

@ -37,7 +37,7 @@ shorter/longer as required.
## Implementation
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
`memmove`s would, but it does makes it short and sweet.