1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-16 04:05:16 +00:00

Merge pull request #1222 from ryandesign/patch-1

Fix typo in comment in AppleDSK.hpp
This commit is contained in:
Thomas Harte 2023-11-29 12:48:10 -05:00 committed by GitHub
commit cd2567d868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ class AppleDSK: public DiskImage {
Construct an @c AppleDSK containing content from the file with name @c file_name.
@throws Storage::FileHolder::Error::CantOpen if this file can't be opened.
@throws Error::InvalidFormat if the file doesn't appear to contain a .G64 format image.
@throws Error::InvalidFormat if the file doesn't appear to contain an Apple DSK format image.
*/
AppleDSK(const std::string &file_name);