diff --git a/Nodes%2FString%2FAppend.md b/Nodes%2FString%2FAppend.md index afe2973..281ec91 100644 --- a/Nodes%2FString%2FAppend.md +++ b/Nodes%2FString%2FAppend.md @@ -6,8 +6,8 @@ | Name | Type | Description | |-------------|------------|---------------------------------| -| `String A` | `System.String` | String to append to | -| `String B` | `System.String`| String to append | +| String A | System.String | String to append to | +| String B | System.String| String to append | --- @@ -15,7 +15,7 @@ | Name | Type | Description | |--------------|------------|----------------------------------| -| `Appended String` | `System.String`| The completed appended string | +| Appended String | System.String| The completed appended string | --- @@ -24,7 +24,7 @@ The **String Append** node appends two strings together resulting in a string output. Use this when you want to combine two strings useful for naming a new Unity Asset. -✨ This node is derived from `BaseImageNode`. +This node is derived from `BaseImageNode`. ---