]> www.ginac.de Git - ginac.git/blobdiff - ginac/wildcard.h
- fixed typos
[ginac.git] / ginac / wildcard.h
index e55788e7b18d257ec7b17bd939892fb564f16d17..2e76e193d3ee4b83f4efe4e8c08744741f8d7bfc 100644 (file)
@@ -28,8 +28,8 @@
 namespace GiNaC {
 
 
-/** This class acts as a wildcard for subs() and matches(). An integer label
- *  is used to identify different wildcards. */
+/** This class acts as a wildcard for subs(), match() and has(). An integer
+ *  label is used to identify different wildcards. */
 class wildcard : public basic
 {
        GINAC_DECLARE_REGISTERED_CLASS(wildcard, basic)