Skip to content

Commit 3a42110

Browse files
Merge pull request #53 from clarkmiyamoto/main
Fixed typo in index.md
2 parents 6643024 + f0585ff commit 3a42110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The maximum number of global pivots inserted at once is controlled by the parame
133133
A rare failure case is that the global search find the index sets with high interpolation errors, but the 2-site algorithm fails to add these pivots into the TCI2 object.
134134
This will end up adding the same index sets in the next global search, leading to an endless loop.
135135

136-
## Estiamte true interpolation error by random global search
136+
## Estimate true interpolation error by random global search
137137
Since most of the TCI update algorithms are local, the true interpolation error is not known. However, the error can be estimated by global searches. This is implemented in the function [`estimatetrueerror`](@ref):
138138

139139
```julia

0 commit comments

Comments
 (0)