xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=eda96947b3720cdaab16ae21880d351618b5e46a
commit eda96947b3720cdaab16ae21880d351618b5e46a Author: Xavi Artigas <xavierarti...@yahoo.es> Date: Wed Sep 25 12:33:24 2019 +0200 docs: formatting nitpick in Efl.Player.eo --- src/lib/efl/interfaces/efl_player.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/efl/interfaces/efl_player.eo b/src/lib/efl/interfaces/efl_player.eo index e6425ee244..3157715bec 100644 --- a/src/lib/efl/interfaces/efl_player.eo +++ b/src/lib/efl/interfaces/efl_player.eo @@ -9,7 +9,7 @@ interface Efl.Player This property sets the playback state of the object. Re-setting the current playback state has no effect. - If set to $false, the object's @.playback_progress property is, by default, reset to $0.0. A + If set to $false, the object's @.playback_progress property is, by default, reset to $[0.0]. A class may alter this behavior, and it will be stated in the documentation for a class if such behavior changes should be expected. --