We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfdd72 commit e823c7bCopy full SHA for e823c7b
source/includes/fundamentals/code-examples/linq.cs
@@ -26,7 +26,7 @@ public class Address
26
public string Building { get; set; }
27
28
[BsonElement("coord")]
29
- public float[] Coordinates { get; set; }
+ public double[] Coordinates { get; set; }
30
31
public string Street { get; set; }
32
0 commit comments