You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by pe...@apache.org on 2021/04/18 16:24:36 UTC

[tcl-rivet] branch master updated: Grammar fix

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 <64...@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-unsubscribe@tcl.apache.org
For additional commands, e-mail: commits-help@tcl.apache.org