Skip to content

Commit 422a903

Browse files
author
Fraser Greenroyd
committed
Update Excel_Engine/Query/ExcelToolkitWiki.cs
1 parent 35a919d commit 422a903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Excel_Engine/Query/ExcelToolkitWiki.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static partial class Query
3737

3838
[Description("Generates the Excel Toolkit wiki URL for a provided page.")]
3939
[Input("page", "An optional page in the wiki to link to. If no page is provided, the root URL is returned.")]
40-
[Output("url", "Fully qualified URL for the Revit Toolkit wiki.")]
40+
[Output("url", "Fully qualified URL for the Excel Toolkit wiki.")]
4141
public static string ExcelToolkitWiki(string page = null)
4242
{
4343
string url = "https://github.com/BHoM/Excel_Toolkit/wiki";

0 commit comments

Comments
 (0)