mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Wording - should-syntax instead of #should
This commit is contained in:
parent
e9b8992130
commit
0d282d3d50
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# This file includes all source files *except* `should.cr`.
|
# This file includes all source files *except* `should.cr`.
|
||||||
# The `should.cr` file contains the optional feature for using `#should` on all objects.
|
# The `should.cr` file contains the optional feature for using should-syntax.
|
||||||
# Since this is disabled by default, we don't include all files.
|
# Since this is disabled by default, we don't include all files.
|
||||||
# Including all files with a wildcard would accidentally enable `#should` by including it's file.
|
# Including all files with a wildcard would accidentally enable should-syntax.
|
||||||
# Unfortunately, that leads to the existence of this file to include everything but that file.
|
# Unfortunately, that leads to the existence of this file to include everything but that file.
|
||||||
|
|
||||||
# First the sub-modules.
|
# First the sub-modules.
|
||||||
|
|
Loading…
Reference in a new issue