Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/29/15 17:19:59 (9 years ago)
Author:
pfleck
Message:

#2027 Fixed some typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TerminationCriteria/HeuristicLab.Termination/3.3/ThresholdTerminationCriterion.cs

    r12367 r12368  
    2727
    2828namespace HeuristicLab.Termination {
    29   [Item("ThreshholdTerminationCriterion", "Basis class for all termination criteria which specifies some form of threshold.")]
     29  [Item("ThresholdTerminationCriterion", "Base class for all termination criteria which specifies some threshold.")]
    3030  [StorableClass]
    3131  public abstract class ThresholdTerminationCriterion<T> : TerminationCriterion where T : class, IItem {
Note: See TracChangeset for help on using the changeset viewer.