Skip to content

Commit 60b00ab

Browse files
committed
"解答" -> "解答例"
1 parent 077cff4 commit 60b00ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Answer/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ import Details from "@theme/Details";
55
* component that hide an answer
66
*/
77
export default function Answer({ children }) {
8-
return <Details summary={<summary>解答</summary>}>{children}</Details>;
8+
return <Details summary={<summary>解答例</summary>}>{children}</Details>;
99
}

0 commit comments

Comments
 (0)