Skip to content

Commit 1405be4

Browse files
committed
Feedback
Signed-off-by: Moritz Hoffmann <[email protected]>
1 parent 5e0adf9 commit 1405be4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/storage/src/render/sinks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use tracing::warn;
3333
use crate::healthcheck::HealthStatusMessage;
3434
use crate::storage_state::StorageState;
3535

36-
/// _Renders_ complete _differential_ Collections
36+
/// _Renders_ complete _differential_ collections
3737
/// that represent the sink and its errors as requested
3838
/// by the original `CREATE SINK` statement.
3939
pub(crate) fn render_sink<G>(

src/storage/src/render/sources.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ use crate::source::types::{DecodeResult, SourceOutput, SourceRender};
4545
use crate::source::{self, RawSourceCreationConfig, SourceExportCreationConfig};
4646
use crate::upsert::{UpsertKey, UpsertValue};
4747

48-
/// _Renders_ complete _differential_ Collections
48+
/// _Renders_ complete _differential_ collections
4949
/// that represent the final source and its errors
5050
/// as requested by the original `CREATE SOURCE` statement,
5151
/// encapsulated in the passed `SourceInstanceDesc`.

0 commit comments

Comments
 (0)