Skip to content

Commit 9bace73

Browse files
author
solomon.legodi
committed
Fix LO IDs to match renumbered sections in chapter 5
1 parent 029b762 commit 9bace73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website/docs/chapter-05/01_advanced_variables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ However, the ampersand-syntax `&{var}` has different meanings when assigning val
353353

354354
::::lo[Learning Objectives]
355355

356-
:::K1[LO-5.1.5.1]
356+
:::K1[LO-5.1.4.1]
357357

358358
Recall that assignments to `&{dict}` variables automatically convert values to Robot Framework Dictionaries and enable dot-access
359359

@@ -379,7 +379,7 @@ In the following example, the first assignment to `&{participant}` causes an aut
379379

380380
::::lo[Learning Objectives]
381381

382-
:::K1[LO-5.1.5.2]
382+
:::K1[LO-5.1.4.2]
383383

384384
Recall that `&{dict}` unpacks to multiple key=value pairs when accessed
385385

@@ -421,7 +421,7 @@ The dictionary keys act as the argument names and the values as the argument val
421421

422422
::::lo[Learning Objectives]
423423

424-
:::K1[LO-5.1.6]
424+
:::K1[LO-5.1.5]
425425

426426
Recall that Robot Framework provides access to execution information via Built-In variables
427427

0 commit comments

Comments
 (0)