diff --git a/substrate/frame/examples/tasks/src/lib.rs b/substrate/frame/examples/tasks/src/lib.rs index 1de66bc5a877..d7782569a77a 100644 --- a/substrate/frame/examples/tasks/src/lib.rs +++ b/substrate/frame/examples/tasks/src/lib.rs @@ -14,7 +14,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. - +//! This pallet demonstrates the use of the `pallet::task` api for service work. #![cfg_attr(not(feature = "std"), no_std)] use frame_support::dispatch::DispatchResult;