Skip to content

Commit b0909af

Browse files
authored
docs: minor typo fixes (#471)
1 parent fcd0c60 commit b0909af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/core/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CocoIndex is an ETL framework for building indexes from specified data sources,
1111

1212
## Indexing flow
1313

14-
An indexing flow extracts data from speicfied data sources, upon specified transformations, and puts the transformed data into specified storage for later retrieval.
14+
An indexing flow extracts data from specified data sources, upon specified transformations, and puts the transformed data into specified storage for later retrieval.
1515

1616
An indexing flow has two aspects: data and operations on data.
1717

src/execution/source_indexer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl SourceIndexingContext {
9696
} else if let Some(value) = value {
9797
Some(value)
9898
} else {
99-
// Even if the source version kind is not Deleted, the source value might be gone one polling.
99+
// Even if the source version kind is not Deleted, the source value might be gone when polling.
100100
// In this case, we still use the current source version even if it's already stale - actually this version skew
101101
// also happens for update cases and there's no way to keep them always in sync for many sources.
102102
//

0 commit comments

Comments
 (0)