From 7eb5608d7a9919e931fa9b22ef9621cbb9587c0b Mon Sep 17 00:00:00 2001 From: willtebbutt Date: Tue, 12 Jan 2021 13:18:38 +0000 Subject: [PATCH 1/2] Fix a typo --- docs/src/z20-for-pkg-devs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/z20-for-pkg-devs.md b/docs/src/z20-for-pkg-devs.md index fdf3d19..9176d4d 100644 --- a/docs/src/z20-for-pkg-devs.md +++ b/docs/src/z20-for-pkg-devs.md @@ -79,7 +79,7 @@ If you do do this, you will need to ensure the registration code is specified in ## Registering a DataDep When we say registering a DataDep we do not mean a centralised universal shared registry. Registring simply means defining the specifics of the DataDep in your code. -This is done in a declaritie manner. +This is done in a declaritive manner. A DataDeps registration is a block of code declaring a dependency. You should put it somewhere that it will be executed before any other code in your script that depends on that data. From 803d05a6e737fffa1cd25a99e2a1cd640565f8fa Mon Sep 17 00:00:00 2001 From: Lyndon White Date: Tue, 12 Jan 2021 13:43:24 +0000 Subject: [PATCH 2/2] Update docs/src/z20-for-pkg-devs.md --- docs/src/z20-for-pkg-devs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/z20-for-pkg-devs.md b/docs/src/z20-for-pkg-devs.md index 9176d4d..72652f1 100644 --- a/docs/src/z20-for-pkg-devs.md +++ b/docs/src/z20-for-pkg-devs.md @@ -78,7 +78,7 @@ If you do do this, you will need to ensure the registration code is specified in ## Registering a DataDep When we say registering a DataDep we do not mean a centralised universal shared registry. -Registring simply means defining the specifics of the DataDep in your code. +Registering simply means defining the specifics of the DataDep in your code. This is done in a declaritive manner. A DataDeps registration is a block of code declaring a dependency.