25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

Fix typo in type

This commit is contained in:
Badlop 2010-09-22 00:14:47 +02:00
parent 62b3b31b8d
commit a46f02a136

View File

@ -273,7 +273,7 @@
%%% @type pubsubLastItem() = {pubsub_last_item, NodeId, ItemId, Creation, Payload}
%%% NodeId = nodeIdx()
%%% ItemId = itemId()
%%% Creation = {now(), ljid()}()
%%% Creation = {now(), ljid()}
%%% Payload = payload().
%%%
%% <p>This is the format of the <tt>last items</tt> table. it stores last item payload