From 38a78651e2766518be86352bbc7f72464beab889 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Tue, 26 Jun 2018 16:21:22 +0200 Subject: [PATCH] asset: documentation fix --- ges/ges-asset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ges/ges-asset.c b/ges/ges-asset.c index e7f8e926cf..280aaeb989 100644 --- a/ges/ges-asset.c +++ b/ges/ges-asset.c @@ -78,8 +78,8 @@ * * ]| * - * You can request the creation of #GESAssets using either #ges_asset_request_async or - * #ges_asset_request_async. All the #GESAssets are cached and thus any asset that has already + * You can request the creation of #GESAssets using either ges_asset_request() or + * ges_asset_request_async(). All the #GESAssets are cached and thus any asset that has already * been created can be requested again without overhead. */