Skip to content

Commit ada97bc

Browse files
committed
FIX: correct numbering of subtitles
1 parent 57120ef commit ada97bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/basic_error_and_crashes.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@
975975
"editable": true
976976
},
977977
"source": [
978-
"## Example Crash 7: You forget mandatory inputs or use input fields that don't exist\n",
978+
"## Example Crash 6: You forget mandatory inputs or use input fields that don't exist\n",
979979
"\n",
980980
"One of the simpler errors are the ones connected to input and output fields.\n",
981981
"\n",
@@ -1205,7 +1205,7 @@
12051205
"editable": true
12061206
},
12071207
"source": [
1208-
"## Example Crash 8: Trying to connect a node to an input field that is already occupied\n",
1208+
"## Example Crash 7: Trying to connect a node to an input field that is already occupied\n",
12091209
"\n",
12101210
"Sometimes when you build a new workflow, you might forget that an output field was already connected and you try to connect a new node to the already occupied field.\n",
12111211
"\n",

0 commit comments

Comments
 (0)