This is an automated email from the ASF dual-hosted git repository.

petasis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f9aabd  Grammar fix
     new f343ebf  Merge pull request #5 from fredster33/patch-1
2f9aabd is described below

commit 2f9aabdc7e7a8c930a11d75bb071931c8350004f
Author: fredster33 <64927044+fredste...@users.noreply.github.com>
AuthorDate: Tue Mar 9 14:29:31 2021 -0800

    Grammar fix
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0c19b25..e299d79 100644
--- a/README.md
+++ b/README.md
@@ -19,4 +19,4 @@ See [LICENSE](LICENSE) for licensing terms.
 
 ## RIVET NAMESPACE
 
- - The Rivet command set was moved into the ::rivet namespace and each command 
should now be fully qualified. By default the command set (exceptions are 
::rivet::try and ::rivet::catch) is placed in the namespace export list, so you 
can import it into the global namespace for compatibility with Rivet version < 
2.0. This is a deprecated option though and it could be removed in future 
releases
+ - The Rivet command set was moved into the ::rivet namespace and each command 
should now be fully qualified. By default the command set (exceptions are 
::rivet::try and ::rivet::catch) is placed in the namespace export list, so you 
can import it into the global namespace for compatibility with Rivet version < 
2.0. This is a deprecated option though and it could be removed in future 
releases.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org
For additional commands, e-mail: commits-h...@tcl.apache.org

Reply via email to