You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2140,7 +2140,7 @@ change their behavior.
2140
2140
|`[default]`<sup>1.43.0</sup> | recipe | Use recipe as module's default recipe. |
2141
2141
|`[doc(DOC)]`<sup>1.27.0</sup> | module, recipe | Set recipe or module's [documentation comment](#documentation-comments) to `DOC`. |
2142
2142
|`[extension(EXT)]`<sup>1.32.0</sup> | recipe | Set shebang recipe script's file extension to `EXT`. `EXT` should include a period if one is desired. |
2143
-
|`[group(NAME)]`<sup>1.27.0</sup> | module, recipe | Put recipe or module in in [group](#groups)`NAME`. |
2143
+
|`[group(NAME)]`<sup>1.27.0</sup> | module, recipe | Put recipe or module in [group](#groups)`NAME`. |
2144
2144
|`[linux]`<sup>1.8.0</sup> | recipe | Enable recipe on Linux. |
2145
2145
|`[macos]`<sup>1.8.0</sup> | recipe | Enable recipe on MacOS. |
2146
2146
|`[metadata(METADATA)]`<sup>1.42.0</sup> | recipe | Attach `METADATA` to recipe. |
0 commit comments