Skip to content

Commit

Permalink
learned from the fsi port
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe committed May 16, 2024
1 parent 86c6f25 commit 4c75881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Fsih/Parser.fs
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ let helpText (xmlPath: string) (assembly: string) (modName: string) (implName: s

let node =
let toTry =
[ $"/doc/members/member[contains(@name, ':{xmlName}`')]"
$"/doc/members/member[contains(@name, ':{xmlName}(')]"
$"/doc/members/member[contains(@name, ':{xmlName}')]" ]
[ $"""/doc/members/member[contains(@name, ":{xmlName}`")]"""
$"""/doc/members/member[contains(@name, ":{xmlName}(")]"""
$"""/doc/members/member[contains(@name, ":{xmlName}")]""" ]

seq {
for t in toTry do
Expand Down

0 comments on commit 4c75881

Please sign in to comment.