mirror of
https://github.com/apple/pkl.git
synced 2026-03-19 07:43:59 +01: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 {
|
||||
["beginners"] {
|
||||
title = "Basic Configuration"
|
||||
name = "Basic Configuration"
|
||||
part = 1
|
||||
duration = 45.min
|
||||
}
|
||||
["intermediates"] {
|
||||
title = "Filling out a Template"
|
||||
name = "Filling out a Template"
|
||||
part = 2
|
||||
duration = 45.min
|
||||
}
|
||||
["experts"] {
|
||||
title = "Writing a Template"
|
||||
name = "Writing a Template"
|
||||
part = 3
|
||||
duration = 45.min
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user