Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Sep 7, 2014
1 parent bf6efe4 commit 945a8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canopy/canopy.fs
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ let addFinder finder =

//hints
let private addHintFinder hints finder = hints |> Seq.append (seq { yield finder })
let private addSelector finder selector hintType =
let private addSelector finder hintType selector =
//gaurd against adding same hintType multipe times and increase size of finder seq
if not <| (hints.ContainsKey(selector) && addedHints.[selector] |> List.exists (fun hint -> hint = hintType)) then
if hints.ContainsKey(selector) then
Expand Down

0 comments on commit 945a8f3

Please sign in to comment.