Changeset 6cf934 in git for kernel/linear_algebra/Cache.h


Ignore:
Timestamp:
Nov 14, 2022, 11:41:51 AM (17 months ago)
Author:
Frédéric Chapoton <chapoton@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c57af60be7b45c4f30db8913b7cde4eb782e6121
Parents:
c858487b7689b030112512a2e1be0f968d4f7c22
Message:
more typos fixed in kernel
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/linear_algebra/Cache.h

    rc858487 r6cf934  
    255255     * If so, the method returns true; false otherwise.
    256256     * In order to make Cache::getValue (const KeyClass&) const
    257      * work properly, the user is strongly adviced to always check key
     257     * work properly, the user is strongly advised to always check key
    258258     * containment by means of Cache::hasKey (const KeyClass&) const.
    259259     * (The implementation at hand ensures that invoking hasKey and
     
    292292     * newly inserted pair (key --> value).<br>
    293293     * Because of that undesirable but possible effect, the method returns
    294      * whether the pair is actually contained in the cache after invokation of
     294     * whether the pair is actually contained in the cache after invocation of
    295295     * Cache::put (const KeyClass&, const ValueClass&).
    296296     * @param key an instance of KeyClass
Note: See TracChangeset for help on using the changeset viewer.