Skip to content

Commit

Permalink
修复文档错误
Browse files Browse the repository at this point in the history
  • Loading branch information
pirunxi committed Dec 24, 2024
1 parent a125967 commit 5736af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/business/hotfix.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public static void ApplyHotfix()
},
}
};
RuntimeApi.HotfixAssembly("Hotfix", hotfixDllBytes, hotfixTypes);
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public static void ApplyHotfix()
},
}
};
RuntimeApi.HotfixAssembly("Hotfix", hotfixDllBytes, hotfixTypes);
}
```

Expand Down

0 comments on commit 5736af9

Please sign in to comment.