Browse Source

Change typo (#10333)

Allan Dowdeswell 4 years ago
parent
commit
4ba14c2dcb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/js/Lib.hx

+ 1 - 1
std/js/Lib.hx

@@ -124,7 +124,7 @@ class Lib {
 	}
 
 	/**
-		Re-throw last cathed exception, preserving original stack information.
+		Re-throw last caught exception, preserving original stack information.
 
 		Calling this is only possible inside a catch statement.
 	**/