You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/column-creator/src/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ export function ColumnCreator({ data }: { data: ColumnCreatorData }) {
41
41
".",
42
42
]),
43
43
h("p",[
44
-
"Splitting column datasets into two elements allows more complex columns (e.g., from stratigraphic charts) to be captured faithfully.",
44
+
"Splitting column datasets into two elements allows columns depicting complex lateral relationships (e.g., from stratigraphic charts) to be captured faithfully.",
0 commit comments