Skip to content

Commit b98eabd

Browse files
committed
Fixing ambigous typos
1 parent f727f7f commit b98eabd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
- Fixed - `schema.list_tables()` is not topologically sorted (#838) PR #893
8484
- Fixed - Diagram part tables do not show proper class name (#882) PR #893
8585
- Fixed - Error in complex restrictions (#892) PR #893
86-
- Fixed - WHERE and GROUP BY clases are dropped on joins with aggregation (#898, #899) PR #893
86+
- Fixed - WHERE and GROUP BY classes are dropped on joins with aggregation (#898, #899) PR #893
8787

8888
### 0.13.0 -- Mar 24, 2021
8989
- Re-implement query transpilation into SQL, fixing issues (#386, #449, #450, #484, #558). PR #754

docs/src/design/diagrams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Diagrams are a great way to visualize all or part of a pipeline and understand the flow
44
of data. DataJoint diagrams are based on **entity relationship diagram** (ERD), with
5-
some minor departures fom this standard.
5+
some minor departures from this standard.
66

77
Here, tables are depicted as nodes and [dependencies](./tables/dependencies) as directed edges
88
between them. The `draw` method plots the graph, with many other methods ([Python](https://datajoint.com/docs/core/datajoint-python/latest/api/datajoint/diagram/)) to

0 commit comments

Comments
 (0)