Fix typo in BNotification documentation

This commit is contained in:
Adrien Destugues
2020-12-29 14:04:15 +01:00
parent db7dcab7b1
commit 683d891a6b
+1 -1
View File
@@ -118,7 +118,7 @@
notification.SetGroup("Group");
notification.SetTitle("Title");
notification.SetContent("This is the content");
notification.SetMessageID("mainwindow_progress")
notification.SetMessageID("mainwindow_progress");
notification.SetProgress(0.5);
notification.Send();
\endcode