Skip to content

Commit

Permalink
Fix stray backtick in comment (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivercoad authored Apr 13, 2022
1 parent 6e867e9 commit bf96d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FsCodec/StreamName.fs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module StreamName =
buf.Append x |> ignore
create category (buf.ToString())

/// <summary>Validates and maps a trusted Stream Name consisting of a Category and an Id separated by a '-` (dash).<br/>
/// <summary>Validates and maps a trusted Stream Name consisting of a Category and an Id separated by a '-' (dash).<br/>
/// Throws <c>InvalidArgumentException</c> if it does not adhere to that form.</summary>
let parse (rawStreamName : string) : StreamName =
if rawStreamName.IndexOf('-') = -1 then
Expand Down

0 comments on commit bf96d5b

Please sign in to comment.