File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ stages:
588
588
589
589
### Notes
590
590
591
- - The `cat` command is an executable available on most systems, so there’ s no need to implement it yourself.
591
+ - The `cat` command is an executable available on most systems, so there' s no need to implement it yourself.
592
592
593
593
marketing_md : |-
594
594
In this stage, you'll implement support for quoting with single quotes.
@@ -1326,6 +1326,9 @@ stages:
1326
1326
- For now we're just testing that the `type` builtin identifies `history` as a valid builtin.
1327
1327
- We'll handle the actual implementation of the `history` builtin in later stages.
1328
1328
1329
+ marketing_md : |-
1330
+ In this stage, you'll add support for the `history` builtin command in `type`.
1331
+
1329
1332
- slug : " yf5"
1330
1333
primary_extension_slug : " history"
1331
1334
name : " Listing history"
You can’t perform that action at this time.
0 commit comments