Skip to content

Commit 9ed55c8

Browse files
authored
Merge pull request #383 from alexander-beedie/typos
trivial fix: typos
2 parents 6e6c04a + 30205de commit 9ed55c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Supported Protocols, Data Types and Mappings
22

3-
**Currently we assume all columns are nullabel when inferring schema.**
3+
**Currently we assume all columns are nullable when inferring schema.**
44

55
## Postgres (Redshift)
66

connectorx/src/sources/postgres/typesystem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ impl<'a> From<&'a Type> for PostgresTypeSystem {
103103
}
104104
}
105105

106-
// Link PostgresDTypes back to the one defiend by the postgres crate.
106+
// Link PostgresDTypes back to the one defined by the postgres crate.
107107
impl<'a> From<PostgresTypeSystem> for Type {
108108
fn from(ty: PostgresTypeSystem) -> Type {
109109
use PostgresTypeSystem::*;

0 commit comments

Comments
 (0)