Skip to content

Wrong example code on the main project page. #16

@AvilinTsimafei

Description

@AvilinTsimafei

instead of
FuzzyStringComparisonTolerance tolerance = FuzzyStringTolerance.Strong;
bool result = source.ApproximatelyEquals(target, options, tolerance);

it should be:
FuzzyStringComparisonTolerance tolerance = FuzzyStringComparisonTolerance.Strong;
bool result = source.ApproximatelyEquals(target, tolerance, options.ToArray());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions