docs: update minor typo (#32)

This commit is contained in:
Alex Johnson 2023-08-30 14:40:59 -07:00 committed by GitHub
parent 5e7b31f6be
commit 96e2797adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ NOTE: This example walks through setting up the MEV and Default lanes.
}
defaultLane := base.NewStandardLane(defaultConfig)
// 2. Set up the relateive priority of lanes
// 2. Set up the relative priority of lanes
lanes := []block.Lane{
mevLane,
defaultLane,