Skip to content

Commit f8b0c8d

Browse files
author
hector.espeso
committed
A bit more clear...
1 parent 5bf3218 commit f8b0c8d

File tree

1 file changed

+2
-2
lines changed
  • External/Plugins/FlashDebugger/Controls/DataTree

1 file changed

+2
-2
lines changed

External/Plugins/FlashDebugger/Controls/DataTree/ValueNode.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@ internal static string Escape(string text)
267267
}
268268

269269
/// <summary>
270-
/// Removes the class path from a fully qualified name. Eg.: flash.display::Sprite becomes Sprite
270+
/// Removes any class path from a fully qualified name. Eg.: flash.display::Sprite becomes Sprite
271271
/// </summary>
272272
/// <param name="qualifiedName">The fully qualified name to clean</param>
273-
/// <returns>The class name with no class path</returns>
273+
/// <returns>The class name with no class paths</returns>
274274
internal static string CleanTypeClassPaths(string qualifiedName)
275275
{
276276
char[] delims = { ',', ' ', '<', '>' };

0 commit comments

Comments
 (0)