From bc0b6b7b12141a5d8dfcb72217969aa055e85e24 Mon Sep 17 00:00:00 2001 From: Daniel Silhavy Date: Mon, 6 May 2024 13:23:32 +0200 Subject: [PATCH] Fix formatting issue --- pages/testing/functional-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/testing/functional-test.md b/pages/testing/functional-test.md index 8925b5981c..7237dc6647 100644 --- a/pages/testing/functional-test.md +++ b/pages/testing/functional-test.md @@ -124,7 +124,7 @@ dash.js ships with predefined configuration files. They are located in `test/fun | `buffer/initial-buffer-target` | Set an initial buffer target and expect the player to build the buffer before starting playback. | | `feature-support/cmcd` | Checks if CMCD parameters are included in outgoing segment requests if enabled. | | `feature-support/emsg-triggered` | Checks if EMSG events are correctly parsed and dispatched to the application. | -| `feature-support/mpd-patching` | Checks if two consecutive manifest updates are of type | +| `feature-support/mpd-patching` | Checks if two consecutive manifest updates are of type Patch | | `live/latency-catchup` | Expect the player to apply the catchup logic to stick to a certain latency if enabled. | | `live/live-delay` | Expect the live delay to correspond to the initial settings. | | `playback/ended` | Expect the ended event to be thrown once playback is finished. |