doc: fix url to profile.ts source (#10628)
This PR fixes a broken link to the firefox profile definitions in one of the comments. The `profile.js` file was renamed to `profile.ts` while the rest of the url remained the same.
This commit is contained in:
parent
ca7e7c4279
commit
5c92ffc64d
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ public section
|
|||
|
||||
namespace Lean.Firefox
|
||||
|
||||
/-! Definitions from https://github.com/firefox-devtools/profiler/blob/main/src/types/profile.js -/
|
||||
/-! Definitions from https://github.com/firefox-devtools/profiler/blob/main/src/types/profile.ts -/
|
||||
|
||||
structure Milliseconds where
|
||||
ms : Float
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue