From f23e2c7eaaa8fb22c5c0c57f3b6f4801a887438f Mon Sep 17 00:00:00 2001 From: David Promisel Date: Mon, 27 Apr 2020 17:00:22 -0400 Subject: [PATCH] foo.B -> bar.B (#538) Under define and define-public functions in the table when foo.A returns ok the value for Data impact that results mentions foo.B which was not previously mentioned. --- _core/smart/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_core/smart/functions.md b/_core/smart/functions.md index 507d0f56..a4d43ef5 100644 --- a/_core/smart/functions.md +++ b/_core/smart/functions.md @@ -35,7 +35,7 @@ For example, consider two functions, `foo.A` and `bar.B` where the `foo.A` funct ok err - Change from foo.A is possible; no changes from foo.B materialize. + Change from foo.A is possible; no changes from bar.B materialize.