From 31676fc43bdcfed828f881d08c68682d90352c1d Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 5 Dec 2023 23:41:48 +0100 Subject: [PATCH] Update overview.md [Quicksort](https://en.wikipedia.org/wiki/Quicksort) is a single word. --- docs/samples/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/samples/overview.md b/docs/samples/overview.md index f56151e1f3..01e640ba4b 100644 --- a/docs/samples/overview.md +++ b/docs/samples/overview.md @@ -173,9 +173,9 @@ This sample shows multiple canisters, with publisher-subscriber inter-canister c - [Documentation](./pub-sub). - [PubSub](https://github.com/dfinity/examples/tree/master/motoko/pub-sub). -## Quick sort +## Quicksort -This example shows how to sort an array, via quick sort, in Motoko. +This example shows how to sort an array, via quicksort, in Motoko. - [Documentation](./quicksort). - [Motoko](https://github.com/dfinity/examples/tree/master/motoko/quicksort). @@ -196,7 +196,7 @@ This sample shows how to create a simple frontend in JavaScript where the previo This sample dapp illustrates how to receive and transfer cycles and check a balance. - [Documentation](./sending-and-receiving-cycles). -- [Motoko](https://github.com/dfinity/examples/tree/master/motoko/hello_cycles) . +- [Motoko](https://github.com/dfinity/examples/tree/master/motoko/hello_cycles). ## Simple to-do