Skip to content

Commit d2367c1

Browse files
committed
fix: readme
1 parent 3441c44 commit d2367c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ If multiple methods are generated for a member, you can target a specific method
480480
//// <fluentSummary method="InSemester">
481481
//// Sets the student's current semester.
482482
//// </fluentSummary>
483-
//// <fluentParam method="InSemester" name="semester">The student's current semester.<fluentParam>
484-
//// <fluentReturns method="InSemester">A builder for setting the student's city.<fluentReturns>
483+
//// <fluentParam method="InSemester" name="semester">The student's current semester.</fluentParam>
484+
//// <fluentReturns method="InSemester">A builder for setting the student's city.</fluentReturns>
485485
////
486486
//// <fluentSummary method="WhoStartsUniversity">
487487
//// Sets the student's semester to 0.
@@ -496,7 +496,7 @@ To simplify adding documentation comments, a code action is available to generat
496496

497497
![doc-comments-action](https://raw.githubusercontent.com/m31coding/M31.FluentAPI/main/media/create-doc-comments-action.png)
498498

499-
The documented version of the Student class can be found in [DocumentedStudent.cs](src/M31.FluentApi.Tests/CodeGeneration/TestClasses/DocumentedStudentClass/DocumentedStudent.cs). The corresponding generated code is located in [DocumentedStudent.g.cs](src/M31.FluentApi.Tests/CodeGeneration/TestClasses/DocumentedStudentClass/CreateDocumentedStudent.g.cs)
499+
For reference, you can view the documented version of the `Student` class in [DocumentedStudent.cs](src/M31.FluentApi.Tests/CodeGeneration/TestClasses/DocumentedStudentClass/DocumentedStudent.cs). The corresponding generated code is located in [DocumentedStudent.g.cs](src/M31.FluentApi.Tests/CodeGeneration/TestClasses/DocumentedStudentClass/CreateDocumentedStudent.g.cs)
500500

501501

502502
### Lambda pattern

0 commit comments

Comments
 (0)