Skip to content

Commit 1896c15

Browse files
committed
fx formatting fix.
1 parent f5edd7a commit 1896c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides-basic/dotnet-native-aot-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public static void RangeSet()
220220

221221
## IntelliSense
222222

223-
It is possible to get limited information regarding the UDF. The information can be seen by writing the name of the function in Excel's Forumla Bar and clicking on the fx button.
223+
It is possible to get limited information regarding the UDF. The information can be seen by writing the name of the function in Excel's Forumla Bar and clicking on the ```fx``` button.
224224

225225
```csharp
226226
[ExcelFunction(Description = "A useful test function that adds two numbers, and returns the sum.")]

0 commit comments

Comments
 (0)