Skip to content
Snippets Groups Projects
Commit e32d5a0b authored by Pierre Kunzli's avatar Pierre Kunzli
Browse files

fix coquille clef

parent ae04f4aa
No related branches found
No related tags found
1 merge request!12Pk
Pipeline #18773 passed
......@@ -137,7 +137,7 @@ entier position(page, valeur)
booléen est_dans_page(page, valeur)
i = position(page, valeur)
retourne (page.nb > 0 && page.tab[i].val == valeur)
retourne (page.nb > 0 && page.tab[i].clef == valeur)
```
# Les B-arbres
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment