diff --git a/src/process/Buffered/BufferedCommandResult.cs b/src/process/Buffered/BufferedCommandResult.cs index 1ab4750..4d90700 100644 --- a/src/process/Buffered/BufferedCommandResult.cs +++ b/src/process/Buffered/BufferedCommandResult.cs @@ -42,7 +42,7 @@ public partial class BufferedCommandResult : CommandResult public partial class BufferedCommandResult { /// - /// Converts the result to a string value that corresponds to the property. + /// Converts the result to a string value that corresponds to the property. /// public static implicit operator string(BufferedCommandResult result) { diff --git a/src/process/CommandResult.cs b/src/process/CommandResult.cs index 17c66fa..433e62e 100644 --- a/src/process/CommandResult.cs +++ b/src/process/CommandResult.cs @@ -47,7 +47,7 @@ public partial class CommandResult public partial class CommandResult { /// - /// Converts the result to an integer value that corresponds to the property. + /// Converts the result to an integer value that corresponds to the property. /// public static implicit operator int(CommandResult result) { @@ -55,7 +55,7 @@ public partial class CommandResult } /// - /// Converts the result to a boolean value that corresponds to the property. + /// Converts the result to a boolean value that corresponds to the property. /// public static implicit operator bool(CommandResult result) {