Merge pull request #8 from IanWizard/patch-1

Typo correction in fasm-specification.rst
This commit is contained in:
Tim Ansell 2019-09-01 11:14:23 -07:00 committed by GitHub
commit cc2c2c619f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ A FASM file declares that specific "Features" within the bitstream should be ena
A FASM file is illegal if a bit in the final bitstream must be set and cleared to respect the set of features specified in the FASM file.
An empty FASM file will generate a platform specific "default" bitstream. The FASM file will specific zero or more features that mutate the "default" bitstream into the target bitstream.
An empty FASM file will generate a platform specific "default" bitstream. The FASM file will specify zero or more features that mutate the "default" bitstream into the target bitstream.
File Syntax description
-----------------------