Fix doc comment "Turbo" -> "Extreme" (#7091)

# Objective
Doc comment mentions turbo which is a sensitivity that doesn't exist.

## Solution

Change the comment to "Extreme" which does exist
This commit is contained in:
A-Walrus 2023-01-06 17:46:44 +00:00
parent 653c062ba3
commit ebc5cb352d

View File

@ -47,7 +47,8 @@ pub struct Fxaa {
/// Use lower sensitivity for a sharper, faster, result.
/// Use higher sensitivity for a slower, smoother, result.
/// Ultra and Turbo settings can result in significant smearing and loss of detail.
/// [Ultra](`Sensitivity::Ultra`) and [Extreme](`Sensitivity::Extreme`)
/// settings can result in significant smearing and loss of detail.
/// The minimum amount of local contrast required to apply algorithm.
pub edge_threshold: Sensitivity,