Skip to content

Commit

Permalink
fix typo and phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams committed Jul 18, 2022
1 parent 0251b2c commit 90aef40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/neouuid.dart
Expand Up @@ -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.
///
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit 90aef40

Please sign in to comment.