mirror of
https://github.com/apple/pkl.git
synced 2026-04-25 09:48:41 +02:00
Fix minor discrepancy in workshop example (#60)
Map values of `agenda` should have a `name` instead of a `title` to be consistent with the `TutorialPart` module. Fixes #11.
This commit is contained in:
@@ -304,17 +304,17 @@ assistants {
|
|||||||
|
|
||||||
agenda {
|
agenda {
|
||||||
["beginners"] {
|
["beginners"] {
|
||||||
title = "Basic Configuration"
|
name = "Basic Configuration"
|
||||||
part = 1
|
part = 1
|
||||||
duration = 45.min
|
duration = 45.min
|
||||||
}
|
}
|
||||||
["intermediates"] {
|
["intermediates"] {
|
||||||
title = "Filling out a Template"
|
name = "Filling out a Template"
|
||||||
part = 2
|
part = 2
|
||||||
duration = 45.min
|
duration = 45.min
|
||||||
}
|
}
|
||||||
["experts"] {
|
["experts"] {
|
||||||
title = "Writing a Template"
|
name = "Writing a Template"
|
||||||
part = 3
|
part = 3
|
||||||
duration = 45.min
|
duration = 45.min
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user