From 90aef40e9ababa9a42aeed0a41c2a43d10cf039d Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Sun, 17 Jul 2022 17:48:22 -0700 Subject: [PATCH] fix typo and phrasing --- lib/neouuid.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/neouuid.dart b/lib/neouuid.dart index 9b6e7be..abcb23e 100644 --- a/lib/neouuid.dart +++ b/lib/neouuid.dart @@ -5,9 +5,9 @@ import 'dart:typed_data'; import 'package:meta/meta.dart'; -/// A **u**niversally **u**nique **id**entifier, or UUID; a 128-bit laabel. +/// A **u**niversally **u**nique **id**entifier, or UUID; a 128-bit label. /// -/// UUIds, are, for practical purposes, unique, without a central registration +/// UUIds, are, for practical purposes, unique and without a central registration /// authority. While the probability that a UUID will be duplicated is not zero, /// it is close enough to zero to be negligible. /// @@ -57,7 +57,7 @@ abstract class Uuid { /// - [s]: unsigned 16-bits /// - [n]: unsigned 48-bits /// - /// This is intended to be a convenience constructor instead [Uuid.parse]: + /// This is intended to be a convenience constructor instead [Uuid.parse] : /// ``` /// // These UUIDs represent the same value. /// Uuid.parse('123e4567-e89b-12d3-a456-426655440000')