Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Changed IGS to experimental.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrueger committed Feb 18, 2024
1 parent 47479b6 commit b91cb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/addresses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl Display for Terminal {
Terminal::ATAscii => write!(f, "ATASCII"),
Terminal::ViewData => write!(f, "VIEWDATA"),
Terminal::Rip => write!(f, "RIPscrip"),
Terminal::IGS => write!(f, "IGS"),
Terminal::IGS => write!(f, "IGS (Experimental)"),
}
}
}
Expand Down

0 comments on commit b91cb02

Please sign in to comment.