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

Commit b91cb02

Browse files
committed
Changed IGS to experimental.
1 parent 47479b6 commit b91cb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/addresses.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ impl Display for Terminal {
9393
Terminal::ATAscii => write!(f, "ATASCII"),
9494
Terminal::ViewData => write!(f, "VIEWDATA"),
9595
Terminal::Rip => write!(f, "RIPscrip"),
96-
Terminal::IGS => write!(f, "IGS"),
96+
Terminal::IGS => write!(f, "IGS (Experimental)"),
9797
}
9898
}
9999
}

0 commit comments

Comments
 (0)