Skip to content

Commit 9e07c63

Browse files
authored
Merge pull request #504 from ingdas/ComputeOnTypo
Update propertyname of ComputeOn
2 parents cc6babc + 22be13f commit 9e07c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arangodb-net-standard/CollectionApi/Models/ComputedValue.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class ComputedValue
4040
/// and "replace".
4141
/// The default is ["insert", "update", "replace"]
4242
/// </summary>
43-
public List<string> ComputedOn { get; set; } = new List<string>() { "insert", "update", "replace" };
43+
public List<string> ComputeOn { get; set; } = new List<string>() { "insert", "update", "replace" };
4444

4545
/// <summary>
4646
/// Optional. Indicates whether the target attribute shall
@@ -59,4 +59,4 @@ public class ComputedValue
5959
/// </summary>
6060
public bool? FailOnWarning { get; set; }
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)