Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
travispotterBH authored and Fraser Greenroyd committed Sep 15, 2022
1 parent 68cfe90 commit b9a14fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
using BH.oM.Base.Attributes;
using BH.oM.Base;

namespace $rootnamespace$ //`Convert` is a partial class. Remove any reference to `Convert` the from namespace.
namespace $rootnamespace$ //`Convert` is a partial class. Remove any reference to `Convert` from the namespace.
{
public static partial class Convert
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
using BH.oM.Base.Attributes;
using BH.oM.Base;

namespace $rootnamespace$ //`Create` is a partial class. Remove any reference to `Create` the from namespace.
namespace $rootnamespace$ //`Create` is a partial class. Remove any reference to `Create` from the namespace.
{
public static partial class Create
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
using BH.oM.Base.Attributes;
using BH.oM.Base;

namespace $rootnamespace$ //`Modify` is a partial class. Remove any reference to `Modify` the from namespace.
namespace $rootnamespace$ //`Modify` is a partial class. Remove any reference to `Modify` from the namespace.
{
public static partial class Modify
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
using BH.oM.Base.Attributes;
using BH.oM.Base;

namespace $rootnamespace$ //`Query` is a partial class. Remove any reference to `Query` the from namespace.
namespace $rootnamespace$ //`Query` is a partial class. Remove any reference to `Query` from the namespace.
{
public static partial class Query
{
Expand Down

0 comments on commit b9a14fb

Please sign in to comment.