Commit 5f3d6d5ff8ce1fce5fedff26b1a64e80045b5a8c

Jeremy JEANNE 2025-03-31T13:51:13

fix title of examples

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/doc/1_KC3/1.17_Ident.en.md b/doc/1_KC3/1.17_Ident.en.md
index c81db89..c83f21d 100644
--- a/doc/1_KC3/1.17_Ident.en.md
+++ b/doc/1_KC3/1.17_Ident.en.md
@@ -4,7 +4,7 @@ The KC3 `Ident` type is an identifier. An identifier evaluates to its
 bound value in the current environnement, that is in local and global
 frames and then in the triple store.
 
-## 1.17 Examples
+## 1.17.1 Examples
 
 To get an `Ident` you can use quote :