Skip to content

Commit 37d3101

Browse files
authored
align doccomment indentation in RouterBuilder.swift
this is preventing the parameters list from parsing as a markdown list
1 parent 0f30aee commit 37d3101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/HummingbirdRouter/RouterBuilder.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public struct RouterBuilder<Context: RouterRequestContext, Handler: MiddlewarePr
2222

2323
let handler: Handler
2424

25-
/// Initialize RouterBuilder with contents of result builder
25+
/// Initialize RouterBuilder with contents of result builder
2626
/// - Parameters:
2727
/// - context: Request context used by router
2828
/// - builder: Result builder for router

0 commit comments

Comments
 (0)