Browse Source

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.
merge-stacks-repo-docs
David Promisel 5 years ago
committed by GitHub
parent
commit
f23e2c7eaa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      _core/smart/functions.md

2
_core/smart/functions.md

@ -35,7 +35,7 @@ For example, consider two functions, `foo.A` and `bar.B` where the `foo.A` funct
<tr>
<td><code>ok</code></td>
<td><code>err</code></td>
<td>Change from <code>foo.A</code> is possible; no changes from <code>foo.B</code> materialize.</td>
<td>Change from <code>foo.A</code> is possible; no changes from <code>bar.B</code> materialize.</td>
</tr>
</table>

Loading…
Cancel
Save