Skip to content

Commit 581e91d

Browse files
author
pedro
committed
fix:更正文字错误
1 parent 646caf9 commit 581e91d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/io/github/talelin/merak/common/utils/ResponseUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
public class ResponseUtil {
2323

2424
/**
25-
* 获得当前相应
25+
* 获得当前响应
2626
*
27-
* @return 相应
27+
* @return 响应
2828
*/
2929
public static HttpServletResponse getResponse() {
3030
return ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getResponse();

0 commit comments

Comments
 (0)