Skip to content

Commit 5bd0408

Browse files
Tiny typo fix: it's -> its (#1219)
A non-urgent, non-critical fix from contraction to possessive. Elsewhere there is also an "it's" in `Question: Where is France and what is it's capital?`, but since that's a prompt a human might reasonably type, and in the answer "its" is used correctly, I thought it didn't need to be fixed.
1 parent 8da231d commit 5bd0408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Retrieval augmented generation (RAG) is a paradigm for augmenting LLM with custo
3434
```{rubric} Continual Learning
3535
```
3636

37-
Continual learning is concept used in machine learning that aims to learn, iterate and improve ML pipelines over it's lifetime using the insights derived from continuous stream of data points. In LLM & RAGs, this can be applied by iterating and improving each components of LLM application from insights derived from production and feedback data.
37+
Continual learning is concept used in machine learning that aims to learn, iterate and improve ML pipelines over its lifetime using the insights derived from continuous stream of data points. In LLM & RAGs, this can be applied by iterating and improving each components of LLM application from insights derived from production and feedback data.
3838
:::
3939

4040
::::{grid} 2

0 commit comments

Comments
 (0)