Skip to content

Commit

Permalink
fix generic adder notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Mar 25, 2024
1 parent 112033f commit 8ee9707
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Calculator\n",
"# Generic Adder\n",
"\n",
"This presentations goal it to introduce the features of the `Calculator` and how to configure it."
"This presentations goal it to introduce the features of the `Generic Adder` and how to configure it."
]
},
{
Expand All @@ -15,7 +15,7 @@
"source": [
"### The challenge\n",
"\n",
"I want calculate with field values."
"I want add fields or values depending on a matching filter."
]
},
{
Expand Down

0 comments on commit 8ee9707

Please sign in to comment.