From 0d282d3d5044d51b08b40f4cdd35302837cc47fd Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 27 Sep 2018 16:15:31 -0600 Subject: [PATCH] Wording - should-syntax instead of `#should` --- src/spectator/includes.cr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spectator/includes.cr b/src/spectator/includes.cr index 6d19bcd..0df7c95 100644 --- a/src/spectator/includes.cr +++ b/src/spectator/includes.cr @@ -1,7 +1,7 @@ # 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. -# 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. # First the sub-modules.