Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Update dase.html.md.erb #530

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/manual/source/customize/dase.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ For example, the following code show how you could retrieve properties of the "i

try {
val item = Item(
a = preopties.get[Int]("a"),
a = properties.get[Int]("a"),
b = properties.get[String]("b"),
c = properties.get[List[String]]("c"),
d = properties.get[List[Double]]("d"),
Expand Down