diff --git a/src/FsCodec/StreamName.fs b/src/FsCodec/StreamName.fs index 5e0a057..cfb0b23 100755 --- a/src/FsCodec/StreamName.fs +++ b/src/FsCodec/StreamName.fs @@ -40,7 +40,7 @@ module StreamName = buf.Append x |> ignore create category (buf.ToString()) - /// Validates and maps a trusted Stream Name consisting of a Category and an Id separated by a '-` (dash).
+ /// Validates and maps a trusted Stream Name consisting of a Category and an Id separated by a '-' (dash).
/// Throws InvalidArgumentException if it does not adhere to that form.
let parse (rawStreamName : string) : StreamName = if rawStreamName.IndexOf('-') = -1 then