Skip to content

Commit

Permalink
Merge pull request #2251 from dfinity/ggreif-patch-1
Browse files Browse the repository at this point in the history
"Quicksort" in `overview.md`
  • Loading branch information
jessiemongeon1 authored Dec 6, 2023
2 parents 1037fb8 + 31676fc commit eae6da9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/samples/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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

Expand Down

0 comments on commit eae6da9

Please sign in to comment.