Skip to content

Commit 3122767

Browse files
authored
typo修正、submodule更新 (Synesthesias#177)
* Update gtest * Fix typo * Update cpp-httplib
1 parent ab86582 commit 3122767

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/gtest

Submodule gtest updated 154 files

wrappers/csharp/LibPLATEAU.NET/CSharpPLATEAU/CityGML/AttributesMap.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ namespace PLATEAU.CityGML
1212
{
1313
/// <summary>
1414
/// 属性の値の想定形式です。
15-
/// 形式が String, Double, Integer, Data, Uri, Measure である場合、内部的にはデータは string です。
15+
/// 形式が String, Double, Integer, Date, Uri, Measure である場合、内部的にはデータは string です。
1616
/// AttributeSet である場合、内部的にはデータは <see cref="AttributesMap"/> への参照です。
1717
/// </summary>
1818
public enum AttributeType
1919
{
2020
String,
2121
Double,
2222
Integer,
23-
Data,
23+
Date,
2424
Uri,
2525
Measure,
2626
AttributeSet

0 commit comments

Comments
 (0)