malstraem / arinc424.net

An ARINC 424 model & parser that allows you to explore aeronautical data in an object-oriented way.

Home Page:https://malstraem.github.io/arinc424.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angle typo as Angel

kengreim opened this issue · comments

The following should be VerticalAngle not VerticalAngel

public float VerticalAngel { get; set; }

public float VerticalAngel { get; set; }

Thanks! Will be fixed with the next commit 🤓

Fixed #7