Update the summary of the chapter preface.

This commit is contained in:
krahets
2023-05-16 21:52:49 +08:00
parent f35020b335
commit a60c7f148d
3 changed files with 11 additions and 11 deletions

View File

@@ -55,7 +55,7 @@
=== "Go"
```go title="permutations_i.go"
[class]{}-[func]{backtrack}
[class]{}-[func]{backtrackI}
[class]{}-[func]{permutationsI}
```
@@ -157,7 +157,7 @@
=== "Go"
```go title="permutations_ii.go"
[class]{}-[func]{backtrack}
[class]{}-[func]{backtrackII}
[class]{}-[func]{permutationsII}
```