Fix typo in VariableSpec describing subscripting (#229)

This commit is contained in:
Sébastien Duperron
2018-09-08 15:05:05 +02:00
committed by Ilya Puchka
parent 1b85b816fd
commit 00e71c1b4d

View File

@@ -189,7 +189,7 @@ func testVariable() {
try expect(result) == 2
}
$0.describe("Subrscripting") {
$0.describe("Subscripting") {
$0.it("can resolve a property subscript via reflection") {
try context.push(dictionary: ["property": "name"]) {
let variable = Variable("article.author[property]")