We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4cf84 commit f2e7fd6Copy full SHA for f2e7fd6
Sources/CodeEditSourceEditor/LineFolding/LineFoldProviders/LineFoldProvider.swift
@@ -38,8 +38,8 @@ public enum LineFoldProviderLineInfo {
38
/// will be called very often. Return as fast as possible from this method, keeping in mind it is taking time on the
39
/// main thread.
40
///
41
-/// Ordering between calls is not guaranteed, the provider may restart at any time. The implementation should provide fold info
42
-/// for only the given lines.
+/// Ordering between calls is not guaranteed, the provider may restart at any time. The implementation should provide
+/// fold info for only the given lines.
43
@MainActor
44
public protocol LineFoldProvider: AnyObject {
45
func foldLevelAtLine(
0 commit comments