File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ where :filename:`{filename}` can be a package spec or body
78
78
79
79
* Package spec
80
80
81
- * :toolname: `GNATstub ` will generate a package body containing "dummy" bodies for subprograms defined not completed in the spec
81
+ * :toolname: `GNATstub ` will generate a package body containing "dummy" bodies for subprograms defined but not completed in the spec
82
82
83
83
* Package body
84
84
@@ -206,7 +206,7 @@ Other Common Switches
206
206
207
207
:command: `--force `
208
208
209
- Overwrite any existing file (without this, :toolname: `GNATstub ` will flag as an error
209
+ Overwrite any existing file (without this, :toolname: `GNATstub ` will flag as an error)
210
210
211
211
:command: `--output-dir=<directory> `
212
212
@@ -242,7 +242,7 @@ Improving on :toolname:`GNATstub`
242
242
* Read sensors
243
243
* Write to a console
244
244
245
- * You can modify the generated stub(s) do implement all this
245
+ * You can modify the generated stub(s) to implement all this
246
246
247
247
-----------------------------
248
248
Beyond :toolname: `GNATstub `
Original file line number Diff line number Diff line change 2
2
:toolname: `GNATstub ` Lab
3
3
--------------------------
4
4
5
- * We are going implement a simple math package that does addition and subtraction
5
+ * We are going to implement a simple math package that does addition and subtraction
6
6
7
7
* The exectuable takes 3 numbers on the command line - adds the first two, subtracts the third, and prints the result
8
8
You can’t perform that action at this time.
0 commit comments