Skip to content

Commit a6056b0

Browse files
committed
[修改] Http.Normalization 的README
1 parent ffdacbf commit a6056b0

File tree

1 file changed

+1
-1
lines changed
  • GameFrameX.Foundation.Http.Normalization

1 file changed

+1
-1
lines changed

GameFrameX.Foundation.Http.Normalization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ var paramErrorResponse = HttpJsonResult.ParamError();
135135
var illegalResponse = HttpJsonResult.Illegal();
136136
```
137137

138-
### 4. HttpJsonResultData<T> 泛型响应类
138+
### 4. HttpJsonResultData&lt;T&gt; 泛型响应类
139139

140140
```csharp
141141
public sealed class HttpJsonResultData<T>

0 commit comments

Comments
 (0)