ufcpp / UfcppSample

http://ufcpp.net/ 向けのサンプル
Apache License 2.0
133 stars 41 forks source link

誤字報告 #444

Closed Tan90909090 closed 11 months ago

Tan90909090 commented 11 months ago

名前空間に以下の記述があります:

using Primitive = System.Int32;
using Nullable = System.Nullable<System.Int32>;
using Tuple = System.ValueTuple<System.Int32, System.Int32>;
//※ 配列を各手段はなかった

ここの 各手段書く手段 の誤字だと思います。

ufcpp commented 11 months ago

修正。