Skip to content

Commit a00b3a5

Browse files
Copilotarika0093
andcommitted
Fix documentation wording for static partial class requirements
Co-authored-by: arika0093 <4524647+arika0093@users.noreply.github.com>
1 parent ef8437a commit a00b3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/library/mapping-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ The same works with the static partial class approach - simply use the generated
232232

233233
### Static Partial Class Requirements:
234234
1. **Static Partial Class**: The containing class must be `static` and `partial`
235-
2. **[LinqraftMappingGenerate] attribute**: Methods must be marked with this attribute and specify the method name
235+
2. **[LinqraftMappingGenerate] attribute**: Methods must be marked with this attribute and specify the desired method name
236236
3. **Top-Level Class**: Extension methods must be in a non-nested class
237237
4. **SelectExpr Inside**: The template method must contain at least one `SelectExpr` call
238238

0 commit comments

Comments
 (0)