diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-04 13:13:41 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-04 13:13:41 +0100 |
commit | c008fa68b714e4c9d95cc46caf7a30e35b174685 (patch) | |
tree | fef7c9d2de11804a3ffe833ce5f2a37c7d38f8a0 /doc/ja/weechat_plugin_api.ja.adoc | |
parent | bd3dfb48275f121ba6db9f8d2610c4f63829d3af (diff) | |
download | weechat-c008fa68b714e4c9d95cc46caf7a30e35b174685.zip |
doc: add non-breaking spaces in French docs before colons and semicolons
Diffstat (limited to 'doc/ja/weechat_plugin_api.ja.adoc')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 7a40ab6c9..f2556e4b7 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -15398,7 +15398,7 @@ C 言語での使用例: struct t_gui_lines *own_lines; struct t_gui_line *line; -struct t_gui_line_data *line_data; +struct t_gui_line_data *line_data; struct t_hdata *hdata; struct t_hashtable *hashtable; char str_date[64]; |