ufcpp/UfcppSample

誤字報告

Closed this issue · 1 comments

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

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

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

ufcpp commented

修正。