Skip to content

Commit

Permalink
update document: build arguments (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwamizamurai authored Oct 13, 2023
1 parent 8cb14b8 commit 48ffee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ class NotesEmbedBuilder extends EmbedBuilder {
Embed node,
bool readOnly,
bool inline,
TextStyle textStyle,
) {
final notes = NotesBlockEmbed(node.value.data).document;
Expand Down
1 change: 1 addition & 0 deletions doc_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ class NotesEmbedBuilder extends EmbedBuilder {
Embed node,
bool readOnly,
bool inline,
TextStyle textStyle,
) {
final notes = NotesBlockEmbed(node.value.data).document;
Expand Down

0 comments on commit 48ffee6

Please sign in to comment.