Skip to content

Commit 54e8f99

Browse files
committed
doc: 代码格式化
1 parent 907df56 commit 54e8f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Components/Samples/Modbus/ModbusFactories.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private IModbusFactory? ModbusFactory { get; set; }</Pre>
7878
<li>保持寄存器 (Holding Registers) 最大读取数量: <code>125</code>, 最大写入数量: <code>123</code></li>
7979
</ul>
8080

81-
<p><code>IModbusClient</code> 所有读取返回值均为 <code>IModbusResponse</code> 实例</p> 其定义如下:
81+
<p><code>IModbusClient</code> 所有读取返回值均为 <code>IModbusResponse</code> 实例</p> 其定义如下:
8282

8383
<Pre>public interface IModbusResponse
8484
{

0 commit comments

Comments
 (0)