From 45ff4be639b922262cdb7b0bc3235f4731711c9d Mon Sep 17 00:00:00 2001 From: einhugo Date: Tue, 13 Oct 2020 16:10:24 +0900 Subject: [PATCH] Fix typo in docs/manual/source/customize/dase.html.md.erb --- docs/manual/source/customize/dase.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/source/customize/dase.html.md.erb b/docs/manual/source/customize/dase.html.md.erb index 25f036afbc..01a045f3ce 100644 --- a/docs/manual/source/customize/dase.html.md.erb +++ b/docs/manual/source/customize/dase.html.md.erb @@ -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"),