We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a919d commit 422a903Copy full SHA for 422a903
Excel_Engine/Query/ExcelToolkitWiki.cs
@@ -37,7 +37,7 @@ public static partial class Query
37
38
[Description("Generates the Excel Toolkit wiki URL for a provided page.")]
39
[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.")]
+ [Output("url", "Fully qualified URL for the Excel Toolkit wiki.")]
41
public static string ExcelToolkitWiki(string page = null)
42
{
43
string url = "https://github.com/BHoM/Excel_Toolkit/wiki";
0 commit comments