Skip to content

Commit 745f448

Browse files
committed
Add fullstop #725
1 parent 3bbb0fd commit 745f448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-reference-guide/docs/primitive-operators/i-beam/verify-net-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The result `R` is a 3-element nested array:
2828

2929
|Item |Description |
3030
|------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
31-
|`R[1]`|Numeric. <br>¯1: the interface is not supported. <br>0: the interface is not configured. <br>1: the interface is configured to use .NET <br>2: the interface is configured to use the .NET Framework.|
31+
|`R[1]`|Numeric. <br>¯1: the interface is not supported. <br>0: the interface is not configured. <br>1: the interface is configured to use .NET. <br>2: the interface is configured to use the .NET Framework.|
3232
|`R[2]`|Boolean 0 or 1. <br>1 : the Bridge DLL was successfully loaded. <br>0 : the Bridge DLL failed to load, or was not attempted. |
3333
|`R[3]`|A character vector containing error messages generated during load. |
3434

0 commit comments

Comments
 (0)