Skip to content

Commit 232c6fb

Browse files
authored
Merge pull request #831 from shreyp135/master
SoC-2026-ideas: Remove an extra backtick
2 parents dfe5865 + c1e4aa8 commit 232c6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoC-2026-Ideas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ potentially enable better multi-repository handling in the future.
3939

4040
> Note: While `struct repository` / `struct repository_settings` may seem like a
4141
> natural target for this refactoring, contributors should be cautious about moving
42-
> settings there. `struct repository_setting`s` was originally designed to hold
42+
> settings there. `struct repository_settings` was originally designed to hold
4343
> config settings that are lazily parsed. Moving eagerly parsed config settings
4444
> into that struct can cause Git to die in unexpected places when lazy parsing
4545
> fails on an invalid config setting. Any such move requires careful analysis

0 commit comments

Comments
 (0)